summaryrefslogtreecommitdiff
path: root/mate-settings-daemon/Makefile.am
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-04-06 13:09:37 +0200
committerStefano Karapetsas <[email protected]>2013-04-06 13:09:37 +0200
commit33ac2c8e15a6dbf22982fd469af1446d210eb2c8 (patch)
tree6f4d858f3ba03f9b089f3bcf8bc7e7956fca118d /mate-settings-daemon/Makefile.am
parentef5ab8f500a06233c7c73fb1b2bbc594715c1a17 (diff)
downloadmate-settings-daemon-33ac2c8e15a6dbf22982fd469af1446d210eb2c8.tar.bz2
mate-settings-daemon-33ac2c8e15a6dbf22982fd469af1446d210eb2c8.tar.xz
Init libnotify in mate-settings-daemon, not in plugins
Diffstat (limited to 'mate-settings-daemon/Makefile.am')
-rw-r--r--mate-settings-daemon/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/mate-settings-daemon/Makefile.am b/mate-settings-daemon/Makefile.am
index fcf4520..778cb92 100644
--- a/mate-settings-daemon/Makefile.am
+++ b/mate-settings-daemon/Makefile.am
@@ -8,6 +8,7 @@ INCLUDES = \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED_CFLAGS) \
$(SETTINGS_DAEMON_CFLAGS) \
+ $(LIBNOTIFY_CFLAGS) \
$(NULL)
noinst_LTLIBRARIES = \
@@ -78,7 +79,8 @@ mate_settings_daemon_LDFLAGS = \
mate_settings_daemon_LDADD = \
libmsd-profile.la \
- $(SETTINGS_DAEMON_LIBS)
+ $(SETTINGS_DAEMON_LIBS) \
+ $(LIBNOTIFY_LIBS)
EXTRA_DIST = \
$(Dbusapi_DATA) \