diff options
author | infirit <[email protected]> | 2013-11-08 17:20:05 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-08 17:22:20 +0100 |
commit | 3df8d193268be8d7dfb2264a2dfad5dc5b78b84f (patch) | |
tree | a4330afacf53e03f6d80074ca2a2ff828664e612 /src/tools | |
parent | 8ccbdf3e2447fe5df685ee5045991c01e0cfa7d1 (diff) | |
download | marco-3df8d193268be8d7dfb2264a2dfad5dc5b78b84f.tar.bz2 marco-3df8d193268be8d7dfb2264a2dfad5dc5b78b84f.tar.xz |
INCLUDES -> AM_CPPFLAGS
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/Makefile.am | 2 |
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\" |