From 91580356b155a0a32135c40829b040820c0deefa Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 10 Oct 2001 23:31:28 +0000 Subject: [PATCH] * src/report/utility-reports/Makefile.am (CFLAGS): move INCLUDES bits to CFLAGS. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5566 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/report/utility-reports/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/report/utility-reports/Makefile.am b/src/report/utility-reports/Makefile.am index 860393b013..b9f371f85b 100644 --- a/src/report/utility-reports/Makefile.am +++ b/src/report/utility-reports/Makefile.am @@ -7,7 +7,7 @@ libgncmod_utility_reports_la_SOURCES = \ libgncmod_utility_reports_la_LDFLAGS = -module -INCLUDES = -I${top_srcdir}/src/gnc-module ${GLIB_CFLAGS} +CFLAGS = @CFLAGS@ -I${top_srcdir}/src/gnc-module ${GUILE_INCS} ${GLIB_CFLAGS} .scm-links: rm -f gnucash report