* src/experimental/cgi-bin/Makefile.am

(CFLAGS): move INCLUDES bits to CFLAGS.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5532 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-10-10 23:24:18 +00:00
parent bc4614215e
commit fc0113546d

View File

@ -5,14 +5,12 @@ bin_PROGRAMS = hello hello2 fastcgi-hello hello3 gnc-server
EXTRA_DIST = .cvsignore
CFLAGS = ${GLIB_CFLAGS}
CFLAGS = @CFLAGS@ -I../../engine ${GLIB_CFLAGS}
LDADD = \
../../engine/libgncengine.la \
-lxml -lghttp -lglib -lfcgi -ldl
#INCLUDES =
hello_SOURCES = \
hello.c
@ -34,10 +32,3 @@ noinst_HEADERS =
EXTRA_DIST += \
.cvsignore \
README
#CFLAGS = @CFLAGS@
# glib puts its header files in a bizarre place ...
INCLUDES = \
-I/usr/lib/glib/include \
-I../../engine