]> git.sur5r.net Git - openldap/blobdiff - libraries/liblber/Makefile.in
Move schema needed by slapd to core.schema so that only one file
[openldap] / libraries / liblber / Makefile.in
index f996d13dd4644971db9220ed01157aba7af6b234..0c687d843de72f4753f905e37eee9d1f8d95d240 100644 (file)
@@ -1,5 +1,5 @@
 # $OpenLDAP$
-## Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
 ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 ##
 ## LIBLBER
@@ -8,10 +8,13 @@
 LIBRARY = liblber.la
 XLIBRARY = ../liblber.a
 
+NT_SRCS = nt_err.c
+NT_OBJS = nt_err.lo
+
 SRCS= assert.c decode.c encode.c io.c bprint.c \
-       memory.c options.c sockbuf.c
+       memory.c options.c sockbuf.c $(@PLAT@_SRCS)
 OBJS= assert.lo decode.lo encode.lo io.lo bprint.lo \
-       memory.lo options.lo sockbuf.lo
+       memory.lo options.lo sockbuf.lo $(@PLAT@_OBJS)
 XSRCS= version.c
 
 PROGRAMS= dtest etest idtest
@@ -24,7 +27,6 @@ XXLIBS =
 
 LINKAGE = @LT_LIB_LINKAGE@
 
-NT_DYN_LIB_DEFS  = -DLIBLBER_DECL=dllexport
 NT_DYN_TEST_DEFS = -DLIBLBER_DECL=dllimport
 
 # Extras for building the library