summaryrefslogtreecommitdiff
path: root/greeter
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-26 03:17:17 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-26 03:17:17 +0000
commit16917371d7663d59c58dbd27c8592d3b6e8ef078 (patch)
tree3b12c5f7350a1318ee0188f05020aff02f1a4ecb /greeter
parenteb1ed04945a3af8d04f5441966674486be715036 (diff)
Allow overriding directories for xdm scripts/modules & configuration files
via configure options --with-xdmlibdir & --with-xdmconfigdir Add libXt and libX11 to dependencies for libXdmgreet. Document default directories & configure options to change them
Diffstat (limited to 'greeter')
-rw-r--r--greeter/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/greeter/Makefile.am b/greeter/Makefile.am
index f482601..9ff4d82 100644
--- a/greeter/Makefile.am
+++ b/greeter/Makefile.am
@@ -1,8 +1,8 @@
# $XdotOrg: app/xdm/greeter/Makefile.am,v $
-xdmdir = $(libdir)/X11/xdm
+xdmlibdir = $(XDMLIBDIR)
-xdm_LTLIBRARIES = libXdmGreet.la
+xdmlib_LTLIBRARIES = libXdmGreet.la
libXdmGreet_la_SOURCES = \
Login.c \