Re: [Anjuta-list] support for gtksourceview?



On Fri, 2004-01-09 at 18:50, Martin Klaffenboeck wrote:
> 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?

Select "Save Project" in the File menu, to save all the configuration
files including configure.in and Makefile.am. Then you'll need to run
autogen.sh (or select Auto Generate from the Build menu).

Alternatively, you can prevent Anjuta from modifying these files by
ticking the appropriate boxes in the "Build files" tab of the Project
Configuration window.

Dan





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