aboutsummaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-05-25 13:01:26 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-05-25 13:01:26 +0200
commitfe5ae6b69f0d98a26735f8d42859a08f788215ce (patch)
tree3667f9fdd463a8824a14e77820efeec151437a01 /data/Makefile.am
parentdd675b4d9d02b73969ab47ed6a8ed4a13ea2cfa5 (diff)
parentb9a91db2f5ff1655270bc4943debd6bdfa550036 (diff)
downloadayatana-indicator-application-fe5ae6b69f0d98a26735f8d42859a08f788215ce.tar.gz
ayatana-indicator-application-fe5ae6b69f0d98a26735f8d42859a08f788215ce.tar.bz2
ayatana-indicator-application-fe5ae6b69f0d98a26735f8d42859a08f788215ce.zip
Merge branch 'tari01-pr/move-to-cmake'
Attributes GH PR #7: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/7
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am29
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)