[Gnucash-changes] r13628 - gnucash/trunk/src/gnome - Add necessary include and linker flags when files from backend/file should be compiled here

Christian Stimming cstim at cvs.gnucash.org
Tue Mar 14 05:19:57 EST 2006


Author: cstim
Date: 2006-03-14 05:19:55 -0500 (Tue, 14 Mar 2006)
New Revision: 13628
Trac: http://svn.gnucash.org/trac/changeset/13628

Modified:
   gnucash/trunk/src/gnome/Makefile.am
Log:
Add necessary include and linker flags when files from backend/file should be compiled here

Modified: gnucash/trunk/src/gnome/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome/Makefile.am	2006-03-14 10:19:01 UTC (rev 13627)
+++ gnucash/trunk/src/gnome/Makefile.am	2006-03-14 10:19:55 UTC (rev 13628)
@@ -14,6 +14,7 @@
   ${top_builddir}/src/gnome-search/libgncmod-gnome-search.la \
   ${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \
   ${top_builddir}/lib/glib26/libgncglib.la \
+  ${top_builddir}/src/core-utils/libcore-utils.la \
   ${GUILE_LIBS} ${GNOME_LIBS} ${GLIB_LIBS} ${QOF_LIBS}
 
 libgw_gnc_la_SOURCES = gw-gnc.c
@@ -141,6 +142,7 @@
   -I${top_srcdir}/src/report/report-system \
   -I${top_srcdir}/src/report/report-gnome \
   -I${top_srcdir}/lib/glib26 \
+  -I${top_srcdir}/lib/libc \
   ${GUILE_INCS} \
   ${G_WRAP_COMPILE_ARGS} \
   ${GNOME_CFLAGS} \



More information about the gnucash-changes mailing list