summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2006-10-13 01:45:29 +0000
committerRich Megginson <rmeggins@redhat.com>2006-10-13 01:45:29 +0000
commit8e359e5067d78adb08f9c9e93291cc2faa5eab43 (patch)
tree1c8c6b5412bea3e0f2d5984e44ee24ca18792edd
parent57e9577e0e96da39c62cc0b2c3ae3c053ff9232f (diff)
downloadds-8e359e5067d78adb08f9c9e93291cc2faa5eab43.tar.gz
ds-8e359e5067d78adb08f9c9e93291cc2faa5eab43.tar.xz
ds-8e359e5067d78adb08f9c9e93291cc2faa5eab43.zip
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.
-rw-r--r--ldap/cm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ldap/cm/Makefile b/ldap/cm/Makefile
index 0a73354d..4d1cdc9d 100644
--- a/ldap/cm/Makefile
+++ b/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); \