Add necessary include and linker flags when files from backend/file should be compiled here

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13628 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2006-03-14 10:19:55 +00:00
parent 854551bf36
commit 29593a9e11

View File

@ -14,6 +14,7 @@ libgncgnome_la_LIBADD = \
${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 @@ AM_CFLAGS = \
-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} \