]> git.sur5r.net Git - openldap/blobdiff - tests/progs/Makefile.in
typo in data (already fixed in test-ordered.ldif)
[openldap] / tests / progs / Makefile.in
index efe257b706b2b7a5af8a240b9812e26add680d44..4cf2e2948c9aba5a2cd54f1fae88b8b38ae6bcc6 100644 (file)
@@ -1,16 +1,19 @@
-## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
+# $OpenLDAP$
+## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
 ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 ##
 ## tests Makefile.in for OpenLDAP
 
-PROGRAMS = slapd-tester slapd-search slapd-read slapd-addel
+UNIX_PRGS = slapd-tester slapd-search slapd-read slapd-addel
+PROGRAMS = $(@PLAT@_PRGS)
+
 SRCS     = slapd-tester.c slapd-search.c slapd-read.c slapd-addel.c
 
 LDAP_INCDIR= ../../include
 LDAP_LIBDIR= ../../libraries
 
 XLIBS    = -lldap -llber
-XXLIBS = $(KRB_LIBS) $(TLS_LIBS) $(LUTIL_LIBS)
+XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS)
 
 # build-tools: FORCE
 # $(MAKE) $(MFLAGS) load-tools
@@ -18,7 +21,7 @@ XXLIBS        = $(KRB_LIBS) $(TLS_LIBS) $(LUTIL_LIBS)
 # load-tools: $(PROGRAMS)
 
 slapd-tester: slapd-tester.o 
-       $(LTLINK) -o $@ slapd-tester.o
+       $(LTLINK) -o $@ slapd-tester.o $(LIBS)
 
 slapd-search: slapd-search.o $(LDAP_LIBLBER_DEPEND) $(LDAP_LIBLDAP_DEPEND)
        $(LTLINK) -o $@ slapd-search.o $(LIBS)