mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
parent
5742363177
commit
ba041d49b7
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user