diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 11 | ||||
-rw-r--r-- | data/indicator-notifications.service.in | 3 |
2 files changed, 0 insertions, 14 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index b631c1e..61a1a63 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,12 +1 @@ SUBDIRS = icons - -dbus_servicesdir = $(DBUSSERVICEDIR) -dbus_services_DATA = indicator-notifications.service - -%.service: %.service.in - sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ - -EXTRA_DIST = \ - indicator-notifications.service.in - -CLEANFILES = indicator-notifications.service diff --git a/data/indicator-notifications.service.in b/data/indicator-notifications.service.in deleted file mode 100644 index 63373a4..0000000 --- a/data/indicator-notifications.service.in +++ /dev/null @@ -1,3 +0,0 @@ -[D-BUS Service] -Name=com.launchpad.RecentNotifications.indicator -Exec=@libexecdir@/indicator-notifications-service |