[Fedora-directory-commits] ldapserver/ldap/servers/plugins Makefile, 1.11, 1.12

Pete Rowley (prowley) fedora-directory-commits at redhat.com
Wed Jan 31 22:49:27 UTC 2007


Author: prowley

Update of /cvs/dirsec/ldapserver/ldap/servers/plugins
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24292/ldap/servers/plugins

Modified Files:
	Makefile 
Log Message:
Distributed numeric assignment plugin - initial check in



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Makefile	10 Nov 2006 01:28:20 -0000	1.11
+++ Makefile	31 Jan 2007 22:49:19 -0000	1.12
@@ -50,7 +50,7 @@
 include $(BUILD_ROOT)/nsconfig.mk
 include $(LDAP_SRC)/nsldap.mk
 
-PLUGINS = _referint _collation _syntaxes _passthru _utils _uiduniq _roles _acl _replication _cos _pwdstorage _rever _chainingdb _distrib _retrocl _statechange _http _views
+PLUGINS = _referint _collation _syntaxes _passthru _utils _uiduniq _roles _acl _replication _cos _pwdstorage _rever _chainingdb _distrib _retrocl _statechange _http _views _dna
 ifneq ($(ARCH), WINNT)
 ifneq ($(BRAND), redhat)
 PLUGINS += _pam_passthru
@@ -121,6 +121,9 @@
 _views:
 	cd views; $(MAKE) $(MFLAGS) all
 
+_dna:
+        cd dna; $(MAKE) $(MFLAGS) all
+
 clean: 
 	cd rever; $(MAKE) $(MFLAGS) clean
 	cd referint; $(MAKE) $(MFLAGS) clean
@@ -144,5 +147,6 @@
 	cd http; $(MAKE) $(MFLAGS) clean
 	cd views; $(MAKE) $(MFLAGS) clean
 	#cd presence; $(MAKE) $(MFLAGS) clean
+        cd dna; $(MAKE) $(MFLAGS) clean
 
 veryclean:	clean




More information about the Fedora-directory-commits mailing list