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:47:22 +0100
commit64106e463750c301ad6183fc87e0fc81037e9f9b (patch)
tree34ce3da955fdc368bbdcecc10027215f66fe4100 /mate-settings-daemon
parent2b3d2f4295a0752f8743d24c45e08d766ac6bc12 (diff)
downloadmate-settings-daemon-64106e463750c301ad6183fc87e0fc81037e9f9b.tar.bz2
mate-settings-daemon-64106e463750c301ad6183fc87e0fc81037e9f9b.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)