summaryrefslogtreecommitdiff
path: root/data/autostart/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'data/autostart/Makefile.am')
-rw-r--r--data/autostart/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/data/autostart/Makefile.am b/data/autostart/Makefile.am
deleted file mode 100644
index 0ca6c861..00000000
--- a/data/autostart/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-NULL =
-
-%.desktop: %.desktop.in Makefile
- $(AM_V_GEN) sed -e 's|@LIBEXECDIR[@]|$(libexecdir)|g' $< >$@
-
-desktopdir = $(pkgdatadir)/greeter/autostart
-desktop_in_files = \
- $(NULL)
-desktop_DATA = orca-autostart.desktop \
- $(NULL)
-
-EXTRA_DIST = \
- $(desktop_in_files) \
- $(desktop_DATA) \
- $(NULL)
-
-DISTCLEANFILES = \
- $(NULL)
-
-MAINTAINERCLEANFILES = \
- *~ \
- Makefile.in