diff options
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 9eef2e0..bf27757 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,12 +1,12 @@ #SUBDIRS = icons dbus_servicesdir = $(DBUSSERVICEDIR) -dbus_services_DATA = indicator-example.service +dbus_services_DATA = indicator-notifications.service %.service: %.service.in sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ EXTRA_DIST = \ - indicator-example.service.in + indicator-notifications.service.in -CLEANFILES = indicator-example.service +CLEANFILES = indicator-notifications.service |