r18836 - gnucash/trunk/src/core-utils - Use proper qof CFLAGS/LDFLAGS since core-utils now uses qof

Phil Longstaff plongstaff at code.gnucash.org
Fri Mar 5 12:57:08 EST 2010


Author: plongstaff
Date: 2010-03-05 12:57:08 -0500 (Fri, 05 Mar 2010)
New Revision: 18836
Trac: http://svn.gnucash.org/trac/changeset/18836

Modified:
   gnucash/trunk/src/core-utils/Makefile.am
Log:
Use proper qof CFLAGS/LDFLAGS since core-utils now uses qof


Modified: gnucash/trunk/src/core-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/core-utils/Makefile.am	2010-03-05 17:56:02 UTC (rev 18835)
+++ gnucash/trunk/src/core-utils/Makefile.am	2010-03-05 17:57:08 UTC (rev 18836)
@@ -17,7 +17,8 @@
   ${GUILE_LIBS} \
   ${GLIB_LIBS} \
   ${BINRELOC_LIBS} \
-  ${GCONF_LIBS}
+  ${GCONF_LIBS} \
+  ${QOF_LIBS}
 
 noinst_HEADERS = \
   binreloc.h \
@@ -39,6 +40,7 @@
   ${GUILE_INCS} \
   ${GLIB_CFLAGS} \
   ${GCONF_CFLAGS} \
+  ${QOF_CFLAGS} \
   -I${top_srcdir}/src/libqof/qof \
   -I${top_srcdir}/src
 



More information about the gnucash-changes mailing list