diff options
author | Rich Megginson <rmeggins@redhat.com> | 2006-09-06 20:45:39 +0000 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2006-09-06 20:45:39 +0000 |
commit | 84ed7652b389bf675aff7476618c20855b403435 (patch) | |
tree | 9019f3175a7ad37b4649350400dbea8d13fb0e78 /ldap/servers/plugins/syntaxes | |
parent | 8c4147b2bb5655f83bb20c9f354fe364946cf348 (diff) | |
download | ds-84ed7652b389bf675aff7476618c20855b403435.tar.gz ds-84ed7652b389bf675aff7476618c20855b403435.tar.xz ds-84ed7652b389bf675aff7476618c20855b403435.zip |
Bug: 205456
Description: Enable DS Core build/install on HP-UX
Fix Description: remove some bogus adminutil and nsdshttpd stuff from the plugin makefiles
Reviewed by: nhosoi (Thanks!)
Diffstat (limited to 'ldap/servers/plugins/syntaxes')
-rw-r--r-- | ldap/servers/plugins/syntaxes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/plugins/syntaxes/Makefile b/ldap/servers/plugins/syntaxes/Makefile index 359ba48d..0ea6af68 100644 --- a/ldap/servers/plugins/syntaxes/Makefile +++ b/ldap/servers/plugins/syntaxes/Makefile @@ -91,7 +91,7 @@ endif # WINNT ifeq ($(ARCH), HPUX) EXTRA_LIBS_DEP += $(LIBSLAPD_DEP) $(LDAPSDK_DEP) $(NSPR_DEP) $(SECURITY_DEP) -EXTRA_LIBS += $(DYN_NSHTTPD) $(ADMINUTIL_LINK) $(LDAPLINK) $(SECURITYLINK) $(NSPRLINK) $(ICULINK) +EXTRA_LIBS += $(LDAPLINK) $(SECURITYLINK) $(NSPRLINK) $(ICULINK) endif ifeq ($(ARCH), AIX) |