From a169d9dea67b9c03fdbad26505114f809fadde50 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 4 Nov 1998 20:09:25 +0000 Subject: [PATCH] Add apitest to build. --- libraries/libldap/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libraries/libldap/Makefile.in b/libraries/libldap/Makefile.in index b12d1df5d0..9b7524c769 100644 --- a/libraries/libldap/Makefile.in +++ b/libraries/libldap/Makefile.in @@ -2,7 +2,7 @@ ## Makefile.in for LDAP -lldap ## LIBRARY = libldap.a -PROGRAMS = ltest ttest +PROGRAMS = apitest ltest ttest LDAP_INCDIR= ../../include LDAP_LIBDIR= ../../libraries @@ -26,6 +26,8 @@ OBJS = bind.o open.o result.o error.o compare.o search.o \ LIBS = -L$(LDAP_LIBDIR) -lldap -llber $(AC_LIBS) LIBLBER = ../liblber/liblber.a +apitest: $(LIBRARY) apitest.o $(LIBLBER) + $(CC) $(LDFLAGS) -o $@ apitest.o $(LIBS) ltest: $(LIBRARY) test.o $(LIBLBER) $(CC) $(LDFLAGS) -o $@ test.o $(LIBS) ttest: $(LIBRARY) tmpltest.o $(LIBLBER) -- 2.39.5