r22804 - gnucash/trunk/src/gnome-utils - Fix compile error after r22799 due to missing CFLAGS

Geert Janssens gjanssens at code.gnucash.org
Fri Feb 22 12:16:46 EST 2013


Author: gjanssens
Date: 2013-02-22 12:16:46 -0500 (Fri, 22 Feb 2013)
New Revision: 22804
Trac: http://svn.gnucash.org/trac/changeset/22804

Modified:
   gnucash/trunk/src/gnome-utils/Makefile.am
Log:
Fix compile error after r22799 due to missing CFLAGS

Modified: gnucash/trunk/src/gnome-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome-utils/Makefile.am	2013-02-21 18:33:11 UTC (rev 22803)
+++ gnucash/trunk/src/gnome-utils/Makefile.am	2013-02-22 17:16:46 UTC (rev 22804)
@@ -21,6 +21,7 @@
   ${GUILE_INCS} \
   ${QOF_CFLAGS} \
   ${LIBGDA_CFLAGS} \
+  ${LIBXML2_CFLAGS} \
   ${GTK_MAC_CFLAGS}
 
 libgncmod_gnome_utils_la_SOURCES = \



More information about the gnucash-changes mailing list