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

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Tue Oct 17 13:59:02 UTC 2006


Author: rmeggins

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

Modified Files:
	Makefile 
Log Message:
enable pam_passthru for fedora ds builds


Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile	19 Apr 2005 22:07:28 -0000	1.9
+++ Makefile	17 Oct 2006 13:58:59 -0000	1.10
@@ -51,13 +51,14 @@
 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
 ifneq ($(ARCH), WINNT)
-all: _referint _collation _syntaxes _passthru _utils _uiduniq _roles _acl _replication _cos _pwdstorage _rever _chainingdb _distrib _retrocl _statechange _http _views
-# richm 20050303 - do not build pam pass thru for DS 7.1
-#all: _referint _collation _syntaxes _passthru _utils _uiduniq _roles _acl _replication _cos _pwdstorage _rever _chainingdb _distrib _retrocl _statechange _http _views _pam_passthru
-else
-all: _referint _collation _syntaxes _passthru _utils _uiduniq _roles _acl _replication _cos _pwdstorage _rever _chainingdb _distrib _retrocl _statechange _http _views
+ifneq ($(BRAND), redhat)
+PLUGINS += _pam_passthru
 endif
+endif
+
+all: $(PLUGINS)
 
 _utils:
 	cd shared; $(MAKE) $(MFLAGS) all




More information about the 389-commits mailing list