]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/Makefile.in
s/exit(1)/exit(EXIT_FAILURE)/
[openldap] / libraries / libldap / Makefile.in
index c1ae6a27af64b785727d453737ba8a7e847a0520..6dcdbb0ad3fbeb2b07f9aa5200435d2e8847fa73 100644 (file)
@@ -9,27 +9,29 @@ XLIBRARY = ../libldap.a
 PROGRAMS = apitest ltest ttest
 
 SRCS   = bind.c open.c result.c error.c compare.c search.c \
-       controls.c messages.c references.c \
+       controls.c messages.c references.c extended.c \
        modify.c add.c modrdn.c delete.c abandon.c ufn.c cache.c \
-       getfilter.c sbind.c kbind.c unbind.c friendly.c cldap.c \
+       getfilter.c sasl.c sbind.c kbind.c unbind.c friendly.c cldap.c \
        free.c disptmpl.c srchpref.c dsparse.c tmplout.c sort.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 strdup.c util-int.c
+       init.c options.c print.c string.c util-int.c schema.c \
+       charray.c digest.c tls.c
 OBJS   = bind.lo open.lo result.lo error.lo compare.lo search.lo \
-       controls.lo messages.lo references.lo \
+       controls.lo messages.lo references.lo extended.lo \
        modify.lo add.lo modrdn.lo delete.lo abandon.lo ufn.lo cache.lo \
-       getfilter.lo sbind.lo kbind.lo unbind.lo friendly.lo cldap.lo \
+       getfilter.lo sasl.lo sbind.lo kbind.lo unbind.lo friendly.lo cldap.lo \
        free.lo disptmpl.lo srchpref.lo dsparse.lo tmplout.lo sort.lo \
        getdn.lo getentry.lo getattr.lo getvalues.lo addentry.lo \
        request.lo getdxbyname.lo os-ip.lo url.lo charset.lo \
-       init.lo options.lo strdup.lo util-int.lo
+       init.lo options.lo print.lo string.lo util-int.lo schema.lo \
+       charray.lo digest.lo tls.lo
 
 LDAP_INCDIR= ../../include       
 LDAP_LIBDIR= ../../libraries
 
 XLIBS = -lldap -llber
-XXLIBS = 
+XXLIBS = $(KRB_LIBS) $(TLS_LIBS)
 
 apitest:       $(LIBRARY) apitest.o $(LDAP_LIBLBER_DEPEND)
        $(LTLINK) $(LDFLAGS) -o $@ apitest.o $(LIBS)