summaryrefslogtreecommitdiff
path: root/src/capplet/Makefile.am
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2025-08-27 16:09:55 -0400
committerLuke from DC <[email protected]>2025-10-10 02:11:17 +0000
commitfcde65c52c3ceb4c97af33679ead210b1b1d58e2 (patch)
treed5204783fa592016f16be85bda850f482a9f56c4 /src/capplet/Makefile.am
parent8e5725e39e66965c2ded9aa1327e8852a37fa663 (diff)
downloadmate-notification-daemon-fcde65c52c3ceb4c97af33679ead210b1b1d58e2.tar.bz2
mate-notification-daemon-fcde65c52c3ceb4c97af33679ead210b1b1d58e2.tar.xz
capplet: Add D-Bus context for notification daemon communication
Add D-Bus context module to connect future components of applet with notification history.
Diffstat (limited to 'src/capplet/Makefile.am')
-rw-r--r--src/capplet/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/capplet/Makefile.am b/src/capplet/Makefile.am
index af7569a..4126d3f 100644
--- a/src/capplet/Makefile.am
+++ b/src/capplet/Makefile.am
@@ -45,6 +45,8 @@ libmate_notification_applet_la_SOURCES = \
$(mate_notification_applet_resources_files) \
../common/constants.h \
mate-notification-applet.c \
+ mate-notification-applet-dbus.h \
+ mate-notification-applet-dbus.c \
$(NULL)
libmate_notification_applet_la_CFLAGS = \
@@ -64,6 +66,8 @@ mate_notification_applet_SOURCES = \
$(mate_notification_applet_resources_files) \
../common/constants.h \
mate-notification-applet.c \
+ mate-notification-applet-dbus.h \
+ mate-notification-applet-dbus.c \
$(NULL)
mate_notification_applet_CFLAGS = \
@@ -104,6 +108,7 @@ EXTRA_DIST = \
$(mate_notification_properties_resources_xml) \
mate-notification-applet-menu.xml \
mate-notification-properties.ui \
+ mate-notification-applet-dbus.h \
$(NULL)
-include $(top_srcdir)/git.mk