From 10b786c8db66751264973a8cad57efcb9cab7cea Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 4 Mar 2021 22:50:20 +0100 Subject: Remove Automake files --- data/Makefile.am | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 data/Makefile.am (limited to 'data') 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) -- cgit v1.2.3