mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/backend/postgres/test/Makefile.am
(CFLAGS): move INCLUDES bits to CFLAGS. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5524 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
200abafc19
commit
cd5aee4b52
@ -24,14 +24,13 @@ LDADD = -L${top_srcdir}/src/gnc-module -L${top_srcdir}/src/gnc-module/.libs \
|
||||
${top_srcdir}/src/backend/postgres/libgncmod-backend-postgres.la \
|
||||
-lltdl
|
||||
|
||||
CFLAGS = ${GLIB_CFLAGS}
|
||||
|
||||
INCLUDES = \
|
||||
CFLAGS = \
|
||||
-I${top_srcdir}/src/gnc-module \
|
||||
-I${top_srcdir}/src/test-core \
|
||||
-I${top_srcdir}/src/engine \
|
||||
-I${top_srcdir}/src/engine/test-core \
|
||||
-I..
|
||||
-I.. \
|
||||
${GLIB_CFLAGS}
|
||||
|
||||
EXTRA_DIST = \
|
||||
db-control.sh
|
||||
|
Loading…
Reference in New Issue
Block a user