summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-11-08 17:20:05 +0100
committerinfirit <[email protected]>2013-11-08 17:25:47 +0100
commit3ae2bed0210e96608d709feb53134415540b92c1 (patch)
tree922d00f7155bf132453390d8b3ddc16d443760b5 /src/tools
parent4bc5a8d6a069a2bbd4fedd57ea1325f25e93e26b (diff)
downloadmarco-3ae2bed0210e96608d709feb53134415540b92c1.tar.bz2
marco-3ae2bed0210e96608d709feb53134415540b92c1.tar.xz
INCLUDES -> AM_CPPFLAGS
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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\"