]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap_r/Makefile.in
Eliminate second session protocol version field.
[openldap] / libraries / libldap_r / Makefile.in
index 88b2959da1813ebca6a6c9f5d71ef84a151c12bc..beddcf0f039000140aac874f0e1c639510d9532e 100644 (file)
@@ -16,7 +16,8 @@ XXSRCS        = apitest.c test.c tmpltest.c extended.c \
        getdn.c getentry.c getattr.c getvalues.c addentry.c \
        request.c getdxbyname.c os-ip.c url.c charset.c \
        init.c options.c print.c string.c util-int.c schema.c \
-       charray.c digest.c tls.c dn.c
+       charray.c digest.c tls.c dn.c os-local.c dnssrv.c \
+       utf-8.c
 SRCS   = thr_posix.c thr_cthreads.c thr_thr.c thr_lwp.c thr_nt.c \
        thr_pth.c thr_sleep.c thr_stub.c rdwr.c
 OBJS   = extended.lo \
@@ -29,7 +30,8 @@ OBJS  = extended.lo \
        init.lo options.lo print.lo string.lo util-int.lo schema.lo \
        thr_posix.lo thr_cthreads.lo thr_thr.lo thr_lwp.lo thr_nt.lo \
        thr_pth.lo thr_sleep.lo thr_stub.lo rdwr.lo \
-       charray.lo digest.lo tls.lo dn.lo
+       charray.lo digest.lo tls.lo dn.lo os-local.lo dnssrv.lo \
+       utf-8.lo
 
 LDAP_INCDIR= ../../include       
 LDAP_LIBDIR= ../../libraries
@@ -45,9 +47,11 @@ NT_DYN_LIB_LIBS  = -llber $(AC_LIBS)
 NT_DYN_LIB_DEFS  = -DLIBLBER_DECL=dllimport
 NT_DYN_TEST_DEFS = -DLIBLBER_DECL=dllimport -DLIBLDAP_DECL=dllimport
 
+NT_XXLIBS = $(SECURITY_LIBS)
+
 # Extras for building the library
 EXTRA_DEFS = $(@PLAT@_@LIB_LINKAGE@_LIB_DEFS)
-EXTRA_LIBS = $(@PLAT@_@LIB_LINKAGE@_LIB_LIBS)
+EXTRA_LIBS = $(@PLAT@_@LIB_LINKAGE@_LIB_LIBS) $(@PLAT@_XXLIBS)
 
 # Only the test programs will pick up these defs.
 CPPFLAGS = $(@PLAT@_@LIB_LINKAGE@_TEST_DEFS)