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