diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-14 04:25:43 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-14 04:25:43 +0000 |
commit | 6ebcb3aab1c6a0c58b6d6d304d7ae61168990c33 (patch) | |
tree | 33aa9b64bf338728b3545cdeecb890c5ae0aca83 /ChangeLog | |
parent | f9e6bc3588358c82c9d6e3293cc4eae28567959b (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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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: |