summaryrefslogtreecommitdiff
path: root/common
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 /common
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 'common')
-rw-r--r--common/Makefile.am90
1 files changed, 0 insertions, 90 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
deleted file mode 100644
index 0f08d0b8..00000000
--- a/common/Makefile.am
+++ /dev/null
@@ -1,90 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-NULL =
-
-AM_CPPFLAGS = \
- -I. \
- -I.. \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
- -DBINDIR=\"$(bindir)\" \
- -DDATADIR=\"$(datadir)\" \
- -DDMCONFDIR=\"$(dmconfdir)\" \
- -DGDMCONFDIR=\"$(gdmconfdir)\" \
- -DGDMLOCALEDIR=\"$(gdmlocaledir)\" \
- -DLIBDIR=\"$(libdir)\" \
- -DLIBEXECDIR=\"$(libexecdir)\" \
- -DLOGDIR=\"$(logdir)\" \
- -DSBINDIR=\"$(sbindir)\" \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
- -DGDM_DEFAULTS_CONF=\"$(GDM_DEFAULTS_CONF)\" \
- -DGDM_CUSTOM_CONF=\"$(GDM_CUSTOM_CONF)\" \
- -DGDM_OLD_CONF=\"$(GDM_OLD_CONF)\" \
- -DGDM_RUN_DIR=\"$(GDM_RUN_DIR)\" \
- -DGDM_RUNTIME_CONF=\"$(GDM_RUNTIME_CONF)\" \
- -DGDM_SESSION_DEFAULT_PATH=\"$(GDM_SESSION_DEFAULT_PATH)\" \
- $(COMMON_CFLAGS) \
- $(NULL)
-
-noinst_LTLIBRARIES = \
- libgdmcommon.la \
- $(NULL)
-
-gdmdir = $(datadir)/gdm
-gdm_DATA = gdb-cmd
-
-libgdmcommon_la_SOURCES = \
- gdm-address.h \
- gdm-address.c \
- gdm-common.h \
- gdm-common.c \
- gdm-profile.c \
- gdm-profile.h \
- gdm-settings.c \
- gdm-settings.h \
- gdm-settings-backend.c \
- gdm-settings-backend.h \
- gdm-settings-desktop-backend.c \
- gdm-settings-desktop-backend.h \
- gdm-settings-keys.h \
- gdm-settings-utils.h \
- gdm-settings-utils.c \
- gdm-settings-direct.c \
- gdm-settings-direct.h \
- gdm-log.h \
- gdm-log.c \
- $(NULL)
-
-libgdmcommon_la_CPPFLAGS = \
- $(AM_CPPFLAGS) \
- $(DISABLE_DEPRECATED_CFLAGS) \
- $(NULL)
-
-libgdmcommon_la_CFLAGS = \
- $(COMMON_CFLAGS) \
- $(SYSTEMD_CFLAGS) \
- $(NULL)
-
-libgdmcommon_la_LIBADD = \
- $(SYSTEMD_LIBS) \
- $(NULL)
-
-libgdmcommon_la_LDFLAGS = \
- -export-dynamic \
- $(NULL)
-
-noinst_PROGRAMS = \
- test-log \
- $(NULL)
-
-test_log_SOURCES = \
- test-log.c \
- $(NULL)
-
-test_log_LDADD = \
- libgdmcommon.la \
- $(COMMON_LIBS) \
- $(NULL)
-
-EXTRA_DIST = \
- $(gdm_DATA) \
- $(NULL)