summaryrefslogtreecommitdiff
path: root/mate-settings-daemon
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-11-08 23:36:13 +0100
committerinfirit <[email protected]>2013-11-08 23:36:13 +0100
commit86c43c5dbefda4a3a04a6bbeb5169d4521844e13 (patch)
tree6def43777b1a413422c18731258cdf634cafc5da /mate-settings-daemon
parent146f10a35bc8ce729e02f5abd78c33a2b52275d4 (diff)
downloadmate-settings-daemon-86c43c5dbefda4a3a04a6bbeb5169d4521844e13.tar.bz2
mate-settings-daemon-86c43c5dbefda4a3a04a6bbeb5169d4521844e13.tar.xz
INCLUDES -> AM_CPPFLAGS
Diffstat (limited to 'mate-settings-daemon')
-rw-r--r--mate-settings-daemon/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-settings-daemon/Makefile.am b/mate-settings-daemon/Makefile.am
index 778cb92..7fb6fdc 100644
--- a/mate-settings-daemon/Makefile.am
+++ b/mate-settings-daemon/Makefile.am
@@ -1,6 +1,6 @@
NULL =
-INCLUDES = \
+AM_CPPFLAGS = \
-DDATADIR=\""$(datadir)"\" \
-DMATE_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-DLIBEXECDIR=\""$(libexecdir)"\" \
@@ -21,6 +21,7 @@ libmsd_profile_la_SOURCES = \
$(NULL)
libmsd_profile_la_CPPFLAGS = \
+ $(AM_CPPFLAGS)
$(DISABLE_DEPRECATED_CFLAGS) \
$(NULL)