diff options
author | Ray Strode <rstrode@redhat.com> | 2013-08-28 09:16:05 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2013-08-28 09:17:22 -0400 |
commit | 16bd10cad82972bead4f760ecfff43a7c25bdd03 (patch) | |
tree | 39dcdff3db48f5f25b2543d3123ef08758cf4311 /common | |
parent | 6b17431b28ae8cee63de19ccfa0c9d53b1beb972 (diff) | |
download | gdm-16bd10cad82972bead4f760ecfff43a7c25bdd03.tar.gz |
drop authdir
<Black_Prince> halfline: what's the point of authdir in gdm? (/var/gdm)
?
<Black_Prince> it doesn't appear to be used anywere
<halfline> no point
<Black_Prince> there are some references in daemon/main.c, but nothing
ever gets stored in there
<Black_Prince> instead, xauthdir is used
https://bugzilla.gnome.org/show_bug.cgi?id=706974
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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)\" \ |