summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2006-10-17 13:58:59 +0000
committerRich Megginson <rmeggins@redhat.com>2006-10-17 13:58:59 +0000
commit28442c792a2b900f18000b57a86b3b9c8b3aa0c8 (patch)
tree010fa8e30f31b4a0938297ef2714704d3ecfe0a6
parentf4478067fc96f5a27b72752b6cd097c12856e1d8 (diff)
downloadds-28442c792a2b900f18000b57a86b3b9c8b3aa0c8.tar.gz
ds-28442c792a2b900f18000b57a86b3b9c8b3aa0c8.tar.xz
ds-28442c792a2b900f18000b57a86b3b9c8b3aa0c8.zip
enable pam_passthru for fedora ds builds
-rw-r--r--ldap/servers/plugins/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/ldap/servers/plugins/Makefile b/ldap/servers/plugins/Makefile
index 48e3c925..64854009 100644
--- a/ldap/servers/plugins/Makefile
+++ b/ldap/servers/plugins/Makefile
@@ -51,13 +51,14 @@ NSPR20=true # probably should be defined somewhere else (not sure where)
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