* src/import-export/qif-import/Makefile.am

(CFLAGS): move INCLUDES bits to CFLAGS.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5554 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-10-10 23:29:41 +00:00
parent 5742363177
commit ba041d49b7

View File

@ -37,9 +37,7 @@ gncscm_DATA = \
gladedir = ${GNC_GLADE_DIR}
glade_DATA = qif.glade
CFLAGS = @CFLAGS@ ${G_WRAP_COMPILE_ARGS}
INCLUDES = \
CFLAGS = @CFLAGS@ \
-I${top_srcdir}/src \
-I${top_srcdir}/src/engine \
-I${top_srcdir}/src/gnc-module \
@ -48,9 +46,10 @@ INCLUDES = \
-I${top_srcdir}/src/guile \
-I${top_srcdir}/src/gnome \
-I${top_srcdir}/src/gnome-utils \
${G_WRAP_COMPILE_ARGS} \
${GUILE_INCS} \
${GLIB_CFLAGS} \
${GNOME_INCLUDEDIR} \
${GUILE_INCS}
${GNOME_INCLUDEDIR}
EXTRA_DIST = \
.cvsignore \