r18931 - gnucash/trunk/src/html - Make sure we include glade headers (#613326)

Derek Atkins warlord at code.gnucash.org
Fri Mar 19 11:42:55 EDT 2010


Author: warlord
Date: 2010-03-19 11:42:55 -0400 (Fri, 19 Mar 2010)
New Revision: 18931
Trac: http://svn.gnucash.org/trac/changeset/18931

Modified:
   gnucash/trunk/src/html/Makefile.am
Log:
Make sure we include glade headers (#613326)

Modified: gnucash/trunk/src/html/Makefile.am
===================================================================
--- gnucash/trunk/src/html/Makefile.am	2010-03-19 11:48:52 UTC (rev 18930)
+++ gnucash/trunk/src/html/Makefile.am	2010-03-19 15:42:55 UTC (rev 18931)
@@ -16,6 +16,7 @@
   ${GLIB_CFLAGS} \
   ${GUILE_INCS} \
   ${GTK_CFLAGS} \
+  ${GLADE_CFLAGS} \
   ${GNOME_CFLAGS} \
   ${GOFFICE_CFLAGS}
 
@@ -59,6 +60,7 @@
   ${DB_LIBS} \
   ${QOF_LIBS} \
   ${GOFFICE_LIBS} \
+  ${GLADE_LIBS} \
   ${GUILE_LIBS} \
   ${REGEX_LIBS}
 



More information about the gnucash-changes mailing list