diff options
| author | Ted Gould <ted@gould.cx> | 2009-11-24 21:52:40 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2009-11-24 21:52:40 -0600 |
| commit | f4d0952ef94f63d9bdce55d9e408802c538a1728 (patch) | |
| tree | 111abce009cc7d4dffdf0371fabb9961f76fe2f3 /data/Makefile.am | |
| parent | 8fa7b92aff19e9e944bccda838c1c326c127275a (diff) | |
| download | ayatana-indicator-application-f4d0952ef94f63d9bdce55d9e408802c538a1728.tar.gz ayatana-indicator-application-f4d0952ef94f63d9bdce55d9e408802c538a1728.tar.bz2 ayatana-indicator-application-f4d0952ef94f63d9bdce55d9e408802c538a1728.zip | |
Name changed
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 e93e589..cc1961b 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,11 +1,11 @@ dbus_servicesdir = $(DBUSSERVICEDIR) -dbus_services_DATA = indicator-custom.service +dbus_services_DATA = indicator-application.service %.service: %.service.in sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ -EXTRA_DIST = indicator-custom.service.in +EXTRA_DIST = indicator-application.service.in -CLEANFILES = indicator-custom.service +CLEANFILES = indicator-application.service |
