summaryrefslogtreecommitdiff
path: root/capplets/windows
diff options
context:
space:
mode:
authorraveit <[email protected]>2013-03-25 18:59:34 +0100
committerraveit <[email protected]>2013-03-25 18:59:34 +0100
commitecf6b71751f1bdbacff7f29ddd36f44802d53662 (patch)
tree653a11a58b90b7b205ac788e2a16affd43db0e74 /capplets/windows
parent48f3a7a953bce309a4d176415bc5d9558319a548 (diff)
downloadmate-control-center-ecf6b71751f1bdbacff7f29ddd36f44802d53662.tar.bz2
mate-control-center-ecf6b71751f1bdbacff7f29ddd36f44802d53662.tar.xz
change INCLUDES to AM_CPPFLAGS for automake-1.13
Diffstat (limited to 'capplets/windows')
-rw-r--r--capplets/windows/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/windows/Makefile.am b/capplets/windows/Makefile.am
index a88ad37a..ff357371 100644
--- a/capplets/windows/Makefile.am
+++ b/capplets/windows/Makefile.am
@@ -18,7 +18,7 @@ desktopdir = $(datadir)/applications
Desktop_in_files = window-properties.desktop.in
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
-INCLUDES = $(MATECC_CAPPLETS_CFLAGS) \
+AM_CPPFLAGS = $(MATECC_CAPPLETS_CFLAGS) \
-I$(top_srcdir)/libwindow-settings \
-DMATE_WINDOW_MANAGER_MODULE_PATH=\""$(libdir)/window-manager-settings"\" \
-DUIDIR=\""$(uidir)"\" \