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