]> git.sur5r.net Git - openldap/commit
* configure.in: add --enable-dynamic option for linking our local binaries
authorBen Collins <bcollins@openldap.org>
Wed, 29 Sep 1999 00:56:43 +0000 (00:56 +0000)
committerBen Collins <bcollins@openldap.org>
Wed, 29 Sep 1999 00:56:43 +0000 (00:56 +0000)
commitb7dd47c4cbbe26ddc077640432406477d5cfdbf2
tree045681a7eda0b2c2bb5d5a9062c0ab35c5632325
parentd08ac44eefc265bbc9bad7623dd578a5c107d169
* configure.in: add --enable-dynamic option for linking our local binaries
  with the shared libraries instead of static, defaults to no
* build/lib-shared.mk: if LINK_BINS_DYNAMIC is set we create a symlink to
  the .so and .so.# file along with the .a and .la files
* build/lib.mk: make sure the above links get removed on clean target
* build/top.mk: add define for LINK_BINS_DYNAMIC
* tests/scripts/defines.sh: add export for LD_LIBRARY_PATH so that tests will
  run without requiring installation of libraries when we use --enable-dynamic
  (LD_LIBRARY_PATH is always set, since it can't really hurt).
build/lib-shared.mk
build/lib.mk
build/top.mk
configure.in
tests/scripts/defines.sh