summaryrefslogtreecommitdiff
path: root/data/autostart
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2020-04-29 15:16:58 -0400
committerRay Strode <rstrode@redhat.com>2020-04-30 16:48:13 -0400
commit32dac9ed4a82e39c35e24e2498df0e60fb9a3940 (patch)
tree2b9243eb9e1e7a9057d8f407a068dbad82441ead /data/autostart
parent9ef50d4e153c8f5d74e5b65b3ef7488bfaa1e9d3 (diff)
downloadgdm-32dac9ed4a82e39c35e24e2498df0e60fb9a3940.tar.gz
Drop autogoo goo goo
Our turkey has freezer burn, so I'm dropping it. https://gitlab.gnome.org/GNOME/gdm/-/merge_requests/96
Diffstat (limited to 'data/autostart')
-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