diff options
author | Ted Gould <ted@gould.cx> | 2010-12-02 14:38:40 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-02 14:38:40 -0600 |
commit | e9a363f2e84e101199cc3c2ab38b00cbe2ac8da2 (patch) | |
tree | 741e4d5fc98aaacd0a5ec4a0a3ad85dda6a46ebb /data/Makefile.am | |
parent | 2367242bfbfca9adfb5e445c04166cd2df7cdde2 (diff) | |
download | libayatana-appindicator-e9a363f2e84e101199cc3c2ab38b00cbe2ac8da2.tar.gz libayatana-appindicator-e9a363f2e84e101199cc3c2ab38b00cbe2ac8da2.tar.bz2 libayatana-appindicator-e9a363f2e84e101199cc3c2ab38b00cbe2ac8da2.zip |
Removing data directory
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/data/Makefile.am b/data/Makefile.am deleted file mode 100644 index c142c4e..0000000 --- a/data/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ - -dbus_servicesdir = $(DBUSSERVICEDIR) -dbus_services_DATA = indicator-application.service - -%.service: %.service.in - sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ - -overridedir = $(pkgdatadir) -override_DATA = ordering-override.keyfile - -EXTRA_DIST = \ - indicator-application.service.in \ - ordering-override.keyfile - -CLEANFILES = \ - indicator-application.service - |