Revision: 1722 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1722&view=re... Author: hyperair Date: 2010-11-05 18:41:45 +0000 (Fri, 05 Nov 2010)
Log Message: ----------- Update webhelper CFLAGS and LIBS
Modified Paths: -------------- trunk/geany-plugins/webhelper/src/Makefile.am
Modified: trunk/geany-plugins/webhelper/src/Makefile.am =================================================================== --- trunk/geany-plugins/webhelper/src/Makefile.am 2010-11-05 18:41:16 UTC (rev 1721) +++ trunk/geany-plugins/webhelper/src/Makefile.am 2010-11-05 18:41:45 UTC (rev 1722) @@ -36,17 +36,9 @@ -I$(srcdir) -I$(builddir) \ -DG_LOG_DOMAIN="WebHelper" webhelper_la_CFLAGS = $(AM_CFLAGS) \ - $(GLIB_CFLAGS) \ - $(GIO_CFLAGS) \ - $(GTK_CFLAGS) \ - $(GDK_PIXBUF_CFLAGS) \ - $(WEBKIT_CFLAGS) + $(WEBHELPER_CFLAGS) webhelper_la_LIBADD = $(COMMONLIBS) \ - $(GLIB_LIBS) \ - $(GIO_LIBS) \ - $(GTK_LIBS) \ - $(GDK_PIXBUF_LIBS) \ - $(WEBKIT_LIBS) + $(WEBHELPER_LIBS)
gwh-enum-types.c: $(srcdir)/gwh-enum-types.c.tpl gwh-enum-types.h $(headers) Makefile $(AM_V_GEN)$(GLIB_MKENUMS) --template $< $(headers:%=$(srcdir)/%) > $@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org