* src/backend/postgres/Makefile.am

(CFLAGS): move INCLUDES bits to CFLAGS.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5522 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-10-10 23:23:05 +00:00
parent 96b0458977
commit b988ae1266

View File

@ -48,8 +48,7 @@ EXTRA_DIST = \
table-version.sql \ table-version.sql \
demo.c demo.c
INCLUDES = -I.. -I../.. -I../../engine -I../../gnc-module CFLAGS = @CFLAGS@ -I.. -I../.. -I../../engine -I../../gnc-module ${GLIB_CFLAGS}
CFLAGS = @CFLAGS@ ${GLIB_CFLAGS}
# Some of the required C files are built with the m4 pre-processor # Some of the required C files are built with the m4 pre-processor
# As a result, we need to manually specify dependencies, clean targets. # As a result, we need to manually specify dependencies, clean targets.