* src/gnome-utils/Makefile.am

(CFLAGS): move INCLUDES bits to CFLAGS.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5549 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-10-10 23:28:51 +00:00
parent c20f2d2e44
commit 4ade9c0d73

View File

@ -2,22 +2,19 @@ SUBDIRS = . test
pkglib_LTLIBRARIES = libgncmod-gnome-utils.la
CFLAGS = @CFLAGS@ ${GLIB_CFLAGS} ${GNOME_PRINT_CFLAGS}
#FIXME remove the following deps
# -I${top_srcdir}/src \
# -I${top_srcdir}/src/gnome \
INCLUDES = \
CFLAGS = \
@CFLAGS@ \
-I${top_srcdir}/src/gnc-module \
-I${top_srcdir}/src/engine \
-I${top_srcdir}/src/network-utils \
-I${top_srcdir}/src/app-utils \
-I${top_srcdir}/src \
-I${top_srcdir}/src/gnome \
${GNOME_INCLUDEDIR} \
${GUILE_INCS} \
${GUPPI_CFLAGS}
${GUPPI_CFLAGS} \
${GLIB_CFLAGS} \
${GNOME_PRINT_CFLAGS} \
${GNOME_INCLUDEDIR}
libgncmod_gnome_utils_la_SOURCES = \
cursors.c \