summaryrefslogtreecommitdiff
path: root/mate-settings-daemon/Makefile.am
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-11-08 18:46:33 -0800
committerStefano Karapetsas <[email protected]>2013-11-08 18:46:33 -0800
commit622ff703158394e73f6dae8377b1f6d3f26f79e3 (patch)
treea80168b2ca4dc8546c195581ec3144f8f3fc514f /mate-settings-daemon/Makefile.am
parentb4d8c8eba2352420d59787076a79a138e06145d3 (diff)
parentf25ab14084285273868b9e83e5b0065a59e724d7 (diff)
downloadmate-settings-daemon-622ff703158394e73f6dae8377b1f6d3f26f79e3.tar.bz2
mate-settings-daemon-622ff703158394e73f6dae8377b1f6d3f26f79e3.tar.xz
Merge pull request #54 from infirit/1.6
Fixes and cleanups
Diffstat (limited to 'mate-settings-daemon/Makefile.am')
-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)