From 16bd10cad82972bead4f760ecfff43a7c25bdd03 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 28 Aug 2013 09:16:05 -0400 Subject: drop authdir halfline: what's the point of authdir in gdm? (/var/gdm) ? it doesn't appear to be used anywere no point there are some references in daemon/main.c, but nothing ever gets stored in there instead, xauthdir is used https://bugzilla.gnome.org/show_bug.cgi?id=706974 --- common/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'common') diff --git a/common/Makefile.am b/common/Makefile.am index 9717db82..b8687da5 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -6,7 +6,6 @@ AM_CPPFLAGS = \ -I. \ -I.. \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ - -DAUTHDIR=\"$(authdir)\" \ -DBINDIR=\"$(bindir)\" \ -DDATADIR=\"$(datadir)\" \ -DDMCONFDIR=\"$(dmconfdir)\" \ -- cgit v1.2.1