diff options
author | Robert Tari <robert@tari.in> | 2021-03-04 22:50:20 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-05-06 23:08:52 +0200 |
commit | 10b786c8db66751264973a8cad57efcb9cab7cea (patch) | |
tree | f84d134a2e82dea4641e28a5dc2cb9b05dfde051 /data | |
parent | 5f5d6d713e353488085ad2bd5eeaa07881e3fdc9 (diff) | |
download | ayatana-indicator-application-10b786c8db66751264973a8cad57efcb9cab7cea.tar.gz ayatana-indicator-application-10b786c8db66751264973a8cad57efcb9cab7cea.tar.bz2 ayatana-indicator-application-10b786c8db66751264973a8cad57efcb9cab7cea.zip |
Remove Automake files
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/data/Makefile.am b/data/Makefile.am deleted file mode 100644 index 671d5c0..0000000 --- a/data/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -NULL = - -xdg_autostartdir = /etc/xdg/autostart -xdg_autostart_DATA = ayatana-indicator-application.desktop - -%.desktop: %.desktop.in - $(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ - -overridedir = $(pkgdatadir) -override_DATA = ordering-override.keyfile - -#if defined(HAVE_SYSTEMD) -%.service: %.service.in - $(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ - -systemddir = $(SYSTEMD_USERDIR) -systemd_DATA = ayatana-indicator-application.service -#endif - -EXTRA_DIST = \ - ayatana-indicator-application.desktop.in \ - ayatana-indicator-application.service.in \ - ordering-override.keyfile \ - $(NULL) - -CLEANFILES = \ - ayatana-indicator-application.desktop \ - ayatana-indicator-application.service \ - $(NULL) |