From b988ae126685599a6a95d400efba304793f889fb Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 10 Oct 2001 23:23:05 +0000 Subject: [PATCH] * 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 --- src/backend/postgres/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/backend/postgres/Makefile.am b/src/backend/postgres/Makefile.am index 54ee028342..14f47e4f2d 100644 --- a/src/backend/postgres/Makefile.am +++ b/src/backend/postgres/Makefile.am @@ -48,8 +48,7 @@ EXTRA_DIST = \ table-version.sql \ demo.c -INCLUDES = -I.. -I../.. -I../../engine -I../../gnc-module -CFLAGS = @CFLAGS@ ${GLIB_CFLAGS} +CFLAGS = @CFLAGS@ -I.. -I../.. -I../../engine -I../../gnc-module ${GLIB_CFLAGS} # Some of the required C files are built with the m4 pre-processor # As a result, we need to manually specify dependencies, clean targets.