diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-26 03:17:17 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-26 03:17:17 +0000 |
commit | 16917371d7663d59c58dbd27c8592d3b6e8ef078 (patch) | |
tree | 3b12c5f7350a1318ee0188f05020aff02f1a4ecb /Makefile.am | |
parent | eb1ed04945a3af8d04f5441966674486be715036 (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 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 51ec234..7dc4558 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,8 +23,8 @@ SUBDIRS = config greeter bin_PROGRAMS = xdm xdmshell -xdmdir = $(libdir)/X11/xdm -xdm_PROGRAMS = chooser +xdmlibdir = $(XDMLIBDIR) +xdmlib_PROGRAMS = chooser # # xdm |