From a9b5d336d81ae6523acd9021712a8e1d779a1cd8 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Tue, 10 May 2011 13:44:25 -0400 Subject: Renamed the service data --- data/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/Makefile.am') 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 -- cgit v1.2.3