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 --- chooser/Makefile.am | 70 ----------------------------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 chooser/Makefile.am (limited to 'chooser') diff --git a/chooser/Makefile.am b/chooser/Makefile.am deleted file mode 100644 index 2576dde4..00000000 --- a/chooser/Makefile.am +++ /dev/null @@ -1,70 +0,0 @@ -NULL = - -AM_CPPFLAGS = \ - -I$(top_srcdir)/common \ - -I$(top_srcdir)/libgdm \ - -I$(top_builddir)/libgdm \ - -DDATADIR=\""$(datadir)"\" \ - -DGDMCONFDIR=\"$(gdmconfdir)\" \ - -DDMCONFDIR=\""$(dmconfdir)"\" \ - -DGDMLOCALEDIR=\""$(gdmlocaledir)"\" \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ - -DLIBEXECDIR=\""$(libexecdir)"\" \ - -DSBINDIR=\""$(sbindir)"\" \ - -DAT_SPI_REGISTRYD_DIR="\"$(AT_SPI_REGISTRYD_DIR)\"" \ - -DGNOME_SETTINGS_DAEMON_DIR="\"$(GNOME_SETTINGS_DAEMON_DIR)\"" \ - $(GTK_CFLAGS) \ - $(XLIB_CFLAGS) \ - $(XDMCP_CFLAGS) \ - $(EXTRA_CHOOSER_CFLAGS) \ - $(SIMPLE_CHOOSER_CFLAGS) \ - $(NULL) - -libexec_PROGRAMS = \ - gdm-simple-chooser \ - gdm-host-chooser \ - $(NULL) - -gdm_simple_chooser_SOURCES = \ - chooser-main.c \ - gdm-chooser-host.c \ - gdm-chooser-host.h \ - gdm-host-chooser-widget.c \ - gdm-host-chooser-widget.h \ - gdm-host-chooser-dialog.c \ - gdm-host-chooser-dialog.h \ - gdm-chooser-session.c \ - gdm-chooser-session.h \ - $(NULL) - -gdm_simple_chooser_LDADD = \ - $(top_builddir)/common/libgdmcommon.la \ - $(top_builddir)/libgdm/libgdm.la \ - $(GTK_LIBS) \ - $(EXTRA_CHOOSER_LIBS) \ - $(SIMPLE_CHOOSER_LIBS) \ - $(XLIB_LIBS) \ - $(XDMCP_LIBS) \ - $(NULL) - -gdm_host_chooser_SOURCES = \ - gdm-host-chooser.c \ - gdm-chooser-host.c \ - gdm-chooser-host.h \ - gdm-host-chooser-widget.c \ - gdm-host-chooser-widget.h \ - gdm-host-chooser-dialog.c \ - gdm-host-chooser-dialog.h \ - $(NULL) - -gdm_host_chooser_LDADD = \ - $(top_builddir)/common/libgdmcommon.la \ - $(GTK_LIBS) \ - $(EXTRA_CHOOSER_LIBS) \ - $(SIMPLE_CHOOSER_LIBS) \ - $(XLIB_LIBS) \ - $(XDMCP_LIBS) \ - $(NULL) - -EXTRA_DIST = \ - $(NULL) -- cgit v1.2.1