]> git.sur5r.net Git - openldap/commitdiff
More static/dynamic cleanup
authorHoward Chu <hyc@openldap.org>
Thu, 8 Apr 2004 06:01:07 +0000 (06:01 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 8 Apr 2004 06:01:07 +0000 (06:01 +0000)
build/top.mk

index 7808d57f8c337d6b46a653a75e70a96cfb46099d..3436a372531d299382262295e5615ca63abb5acb 100644 (file)
@@ -77,7 +77,9 @@ LTONLY_LIB = $(@PLAT@_LTONLY_LIB)
 
 # libtool --only flag for modules: depends on linkage of module
 # The BUILD_MOD_DYNAMIC macro is defined in each backend Makefile.in file
-LTONLY_MOD = # --only-$(BUILD_MOD_DYNAMIC)
+LTONLY_yes = static
+LTONLY_mod = shared
+LTONLY_MOD = # --only-$(BUILD_MOD)
 
 # platform-specific libtool flags
 NT_LTFLAGS_LIB = -no-undefined -avoid-version -rpath $(libdir)