From 32dac9ed4a82e39c35e24e2498df0e60fb9a3940 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 29 Apr 2020 15:16:58 -0400 Subject: Drop autogoo goo goo Our turkey has freezer burn, so I'm dropping it. https://gitlab.gnome.org/GNOME/gdm/-/merge_requests/96 --- common/Makefile.am | 90 ------------------------------------------------------ 1 file changed, 90 deletions(-) delete mode 100644 common/Makefile.am (limited to 'common') 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) -- cgit v1.2.1