[Anjuta-list] support for gtksourceview?



Hello,

I want to have gtksourceview in my project.

In the Project Configuration I can add to the 'Configuration' - 'Libraries' the lines:

PKG_CHECK_MODULES(GTKSOURCEVIEW, gtksourceview-1.0 >= 0.7.0,, exit)
AC_SUBST(GTKSOURCEVIEW_LIBS)
AC_SUBST(GTKSOURCEVIEW_CFLAGS)

This makes it check for gtksourceview and sets the GTKSOURCEVIEW variables correctly.

But now, how can I get a correct Makefile.am file?

Can I just disable anjuta to modify this file, or is it possible to let anjuta do this job?

Thanks,
Martin




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]