From 3ae2bed0210e96608d709feb53134415540b92c1 Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 8 Nov 2013 17:20:05 +0100 Subject: INCLUDES -> AM_CPPFLAGS --- src/tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/Makefile.am') diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am index 031ef961..39df3390 100644 --- a/src/tools/Makefile.am +++ b/src/tools/Makefile.am @@ -3,7 +3,7 @@ icondir=$(pkgdatadir)/icons icon_DATA=marco-window-demo.png -INCLUDES=@MARCO_WINDOW_DEMO_CFLAGS@ @MARCO_MESSAGE_CFLAGS@ \ +AM_CPPFLAGS=@MARCO_WINDOW_DEMO_CFLAGS@ @MARCO_MESSAGE_CFLAGS@ \ -DMARCO_ICON_DIR=\"$(pkgdatadir)/icons\" \ -DMARCO_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" -- cgit v1.2.1