mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/import-export/qif-io-core/test/Makefile.am
(CFLAGS): move INCLUDES bits to CFLAGS. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5557 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
b0e40a139b
commit
0ae0d342de
@ -1,6 +1,5 @@
|
||||
LDADD=${top_srcdir}/src/gnc-module/libgncmodule.la ${GLIB_LIBS} -lltdl
|
||||
CFLAGS=@CFLAGS@ ${GLIB_CFLAGS}
|
||||
INCLUDES = -I${top_srcdir}/src/gnc-module ${GUILE_INCS}
|
||||
CFLAGS=@CFLAGS@ -I${top_srcdir}/src/gnc-module ${GUILE_INCS} ${GLIB_CFLAGS}
|
||||
|
||||
TESTS=test-load-module test-parser test-reader test-file-formats \
|
||||
test-import-phase-1
|
||||
|
Loading…
Reference in New Issue
Block a user