[Fedora-directory-commits] ldapserver/ldap/servers/slapd/tools Makefile, 1.9, 1.10

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Wed Jan 11 01:54:32 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/servers/slapd/tools
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8602

Modified Files:
	Makefile 
Log Message:
[164596] LDCLT distributed with Directory Server
integrated ldclt from DSRK into the DS source tree.



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile	6 Jan 2006 00:53:18 -0000	1.9
+++ Makefile	11 Jan 2006 01:54:24 -0000	1.10
@@ -171,7 +171,7 @@
 BINS=	$(LDIF) $(PWDHASH) $(KEYUPG) $(MMLDIF) $(MIGRATECRED) $(DBSCAN)
 EXTRABINS=	$(EGGENCODE)
 
-all:	$(OBJDEST) $(BINDIR) $(LDAP_ADMIN_BIN_RELDIR) $(BINS) buildRsearch
+all:	$(OBJDEST) $(BINDIR) $(LDAP_ADMIN_BIN_RELDIR) $(BINS) buildRsearch buildLdclt
 		
 extras:	$(OBJDEST) $(BINDIR) $(EGGENCODE)
 
@@ -202,6 +202,9 @@
 buildRsearch:
 	cd rsearch; $(MAKE)
 
+buildLdclt:
+	cd ldclt; $(MAKE)
+
 clean:
 	-$(RM) $(ALL_OBJS)
 	-$(RM) $(BINS) $(EXTRABINS)




More information about the Fedora-directory-commits mailing list