* src/backend/rpc/Makefile.am:

(CFLAGS): move INCLUDES bits to CFLAGS.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5525 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-10-10 23:23:34 +00:00
parent cd5aee4b52
commit 5c5ae073b2

View File

@ -42,10 +42,10 @@ EXTRA_DIST = \
README \
$(RPCGEN_SRCS)
INCLUDES = -I.. -I../../engine -I../../gnc-module
LDADD = -lpthread
CFLAGS = @CFLAGS@ ${GLIB_CFLAGS} -DGNCACCT_COMMODITY
CFLAGS = \
@CFLAGS@ \
-I.. -I../../engine -I../../gnc-module ${GLIB_CFLAGS} -DGNCACCT_COMMODITY
#RPCGEN=rpcgen -M
RPCGEN=rpcgen -DGNCACCT_COMMODITY