]> git.sur5r.net Git - openldap/blobdiff - libraries/libldbm/Makefile.in
Import latest changes from devel
[openldap] / libraries / libldbm / Makefile.in
index 7926c3673d895ff768ff5910e331a70829ed6474..b5885fca00b40d1c7a1f3b35a524c3d6a300913b 100644 (file)
@@ -1,4 +1,6 @@
 # $OpenLDAP$
+## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 ##
 ## Makefile for -lldbm
 ##
@@ -11,8 +13,12 @@ OBJS         = ldbm.o
 LDAP_INCDIR= ../../include       
 LDAP_LIBDIR= ../../libraries
 
+NT_DYN_LIB_DEFS = -DLDAP_DECL=dllimport
+CPPFLAGS = $(@PLAT@_@LIB_LINKAGE@_LIB_DEFS)
+
 XLIBS          = -lldbm -lavl
 XXLIBS         = $(LDBM_LIBS)
 
 testldbm:      libldbm.a testldbm.o
        $(CC) $(LDFLAGS) -o $@ testldbm.o $(LIBS)
+