diff options
Diffstat (limited to 'src/capplet/Makefile.am')
-rw-r--r-- | src/capplet/Makefile.am | 5 |
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 |