summaryrefslogtreecommitdiff
path: root/mate-settings-daemon/Makefile.am
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-11-08 18:46:28 -0800
committerStefano Karapetsas <[email protected]>2013-11-08 18:46:28 -0800
commit54b7a64c8f3d9a904acfdc0a5dd79141788b4d16 (patch)
tree969a8352e8a2fa538e4c64b87fa739440a2023ad /mate-settings-daemon/Makefile.am
parentc3b8c88722b5eee2a9ccfebe45cbce7b3b73dfce (diff)
parentd52a4ac5dada42cc49e11818da3a14e8253711a5 (diff)
downloadmate-settings-daemon-54b7a64c8f3d9a904acfdc0a5dd79141788b4d16.tar.bz2
mate-settings-daemon-54b7a64c8f3d9a904acfdc0a5dd79141788b4d16.tar.xz
Merge pull request #55 from infirit/master
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)