[Gnucash-changes] r11815 - gnucash/trunk/src/gnome-utils/test - Allow test files to find QOF externally

Neil Williams codehelp at cvs.gnucash.org
Thu Nov 3 11:15:47 EST 2005


Author: codehelp
Date: 2005-11-03 11:15:47 -0500 (Thu, 03 Nov 2005)
New Revision: 11815

Modified:
   gnucash/trunk/src/gnome-utils/test/Makefile.am
Log:
Allow test files to find QOF externally

Modified: gnucash/trunk/src/gnome-utils/test/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome-utils/test/Makefile.am	2005-11-03 16:11:38 UTC (rev 11814)
+++ gnucash/trunk/src/gnome-utils/test/Makefile.am	2005-11-03 16:15:47 UTC (rev 11815)
@@ -35,7 +35,7 @@
   -I${top_srcdir}/src/gnome-utils \
   -I${top_srcdir}/src/gnc-module \
   -I${top_srcdir}/src/app-utils \
-  ${GLIB_CFLAGS} ${GUILE_INCS} ${GNOME_CFLAGS} ${GLADE_CFLAGS}
+  ${GLIB_CFLAGS} ${GUILE_INCS} ${GNOME_CFLAGS} ${GLADE_CFLAGS} ${QOF_CFLAGS}
 
 test_gnc_recurrence_SOURCES=test-gnc-recurrence.c
 test_gnc_recurrence_LDADD = ${GNOME_LIBS} \



More information about the gnucash-changes mailing list