summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-14 04:25:43 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-14 04:25:43 +0000
commit6ebcb3aab1c6a0c58b6d6d304d7ae61168990c33 (patch)
tree33aa9b64bf338728b3545cdeecb890c5ae0aca83 /ChangeLog
parentf9e6bc3588358c82c9d6e3293cc4eae28567959b (diff)
Add --enable-dynamic-greeter flag to allow choosing whether greeter should
be built into xdm binary or dynamically loaded libXdmGreet.so object. Add -rdynamic flag to link options when using gcc with dynamic greeter to allow greeter object to reference symbols in xdm.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 911629e..b24f85c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-11-13 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * configure.ac:
+ * Makefile.am:
+ * greeter/Makefile.am:
+ Add --enable-dynamic-greeter flag to allow choosing whether
+ greeter should be built into xdm binary or dynamically loaded
+ libXdmGreet.so object.
+ Add -rdynamic flag to link options when using gcc with dynamic
+ greeter to allow greeter object to reference symbols in xdm.
+
2005-11-12 Alan Coopersmith <alan.coopersmith@sun.com>
* Makefile.am: