summaryrefslogtreecommitdiff
path: root/capplets/display
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/display
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/display')
-rw-r--r--capplets/display/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/display/Makefile.am b/capplets/display/Makefile.am
index 70f417c7..972f271d 100644
--- a/capplets/display/Makefile.am
+++ b/capplets/display/Makefile.am
@@ -51,7 +51,7 @@ desktopdir = $(datadir)/applications
Desktop_in_files = display-properties.desktop.in
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
-INCLUDES = $(DISPLAY_CAPPLET_CFLAGS) \
+AM_CPPFLAGS = $(DISPLAY_CAPPLET_CFLAGS) \
$(MATECC_CAPPLETS_CFLAGS) \
-DSBINDIR="\"$(sbindir)\"" \
-DUIDIR="\"$(uidir)\"" \