summaryrefslogtreecommitdiff
path: root/pam_gdm
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 /pam_gdm
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 'pam_gdm')
-rw-r--r--pam_gdm/Makefile.am39
1 files changed, 0 insertions, 39 deletions
diff --git a/pam_gdm/Makefile.am b/pam_gdm/Makefile.am
deleted file mode 100644
index 6b92cfcf..00000000
--- a/pam_gdm/Makefile.am
+++ /dev/null
@@ -1,39 +0,0 @@
-END_OF_LIST =
-
-AM_CPPFLAGS = \
- -I$(srcdir) \
- -I$(builddir) \
- -I$(top_srcdir) \
- -I$(top_builddir) \
- -DG_LOG_DOMAIN=\"Gdm\" \
- -DDMCONFDIR=\""$(dmconfdir)"\" \
- -DDATADIR=\""$(datadir)"\" \
- $(END_OF_LIST)
-
-pam_gdm_la_SOURCES = \
- pam_gdm.c \
- $(END_OF_LIST)
-
-pam_gdm_la_CFLAGS = \
- $(KEYUTILS_CFLAGS) \
- $(PAM_CFLAGS) \
- $(END_OF_LIST)
-
-pam_gdm_la_LDFLAGS = \
- -module \
- -export-dynamic \
- -avoid-version \
- -shared \
- $(END_OF_LIST)
-
-pam_gdm_la_LIBADD = \
- $(KEYUTILS_LIBS) \
- $(PAM_LIBS) \
- $(END_OF_LIST)
-
-
-pam_gdm_LTLIBRARIES = \
- pam_gdm.la \
- $(END_OF_LIST)
-
-pam_gdmdir = $(PAM_MOD_DIR)