Browse Source

For FDS 103 - When I changed the makefiles around for the earlier fix to enable rpmbuild,
I inadvertantly removed the packaging for ds-nshttpd from the gateway. This adds it back
for USE_DSGW=1 builds.

Rich Megginson 19 years ago
parent
commit
8e359e5067
1 changed files with 3 additions and 1 deletions
  1. 3 1
      ldap/cm/Makefile

+ 3 - 1
ldap/cm/Makefile

@@ -418,7 +418,9 @@ ifeq ($(USE_DSGW), 1)
 	then $(INSTALL) -m 755 $$file $(RELDIR)/clients/lib ; \
 	fi ; \
 	done
-endif
+# the httpd library
+	$(INSTALL) -m 755 $(OBJDIR)/$(NSHTTPD_DLL)$(DLL_PRESUF).$(DLL_SUFFIX)* $(RELDIR)/clients/lib
+endif # USE_DSGW
 ifeq ($(PACKAGE_LIB32), 1)
 # these are files to copy to the shared32/lib directory - nspr, nss, ldapsdk lib
 	for file in $(LIBS_TO_PKG_SHARED_32); \