diff options
author | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2014-06-03 18:59:29 +0300 |
---|---|---|
committer | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2014-06-03 18:59:29 +0300 |
commit | 159f9aaf160283e0113af7f3bdc56433adb71c12 (patch) | |
tree | 58f1470666790543367a78eb013092f5a4630d07 /src/tools | |
parent | a2013ae87a9c4a97e293964a0f3848d9425a65be (diff) | |
download | metacity-159f9aaf160283e0113af7f3bdc56433adb71c12.tar.gz |
Makefiles: Change INCLUDES to 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 bd0c103a..5d76d57f 100644 --- a/src/tools/Makefile.am +++ b/src/tools/Makefile.am @@ -3,7 +3,7 @@ icondir=$(pkgdatadir)/icons icon_DATA=metacity-window-demo.png -INCLUDES=@METACITY_WINDOW_DEMO_CFLAGS@ @METACITY_MESSAGE_CFLAGS@ \ +AM_CPPFLAGS=@METACITY_WINDOW_DEMO_CFLAGS@ @METACITY_MESSAGE_CFLAGS@ \ -DMETACITY_ICON_DIR=\"$(pkgdatadir)/icons\" \ -DMETACITY_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" |