* src/register/register-gnome/Makefile.am

(CFLAGS): move INCLUDES bits to CFLAGS.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5499 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-10-10 23:18:52 +00:00
parent 6c913caa7d
commit aa2f0ee3e3

View File

@ -40,9 +40,8 @@ noinst_HEADERS = \
EXTRA_DIST = \
.cvsignore
CFLAGS = @CFLAGS@ ${GTK_XIM_FLAGS}
INCLUDES = \
CFLAGS = \
@CFLAGS@ \
-I${top_srcdir}/src \
-I${top_srcdir}/src/engine \
-I${top_srcdir}/src/guile \
@ -51,5 +50,7 @@ INCLUDES = \
-I${top_srcdir}/src/gnome-utils \
-I${top_srcdir}/src/register/ledger-core \
-I${top_srcdir}/src/register/register-core \
${GUILE_INCS} \
${GLIB_CFLAGS} \
${GTK_XIM_FLAGS} \
${GNOME_INCLUDEDIR}