[Fedora-directory-commits] ldapserver/ldap/cm Makefile,1.63,1.64

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Oct 13 01:45:31 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/ldapserver/ldap/cm
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27171

Modified Files:
	Makefile 
Log Message:
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.



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/Makefile,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- Makefile	9 Oct 2006 22:26:19 -0000	1.63
+++ Makefile	13 Oct 2006 01:45:29 -0000	1.64
@@ -418,7 +418,9 @@
 	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); \




More information about the Fedora-directory-commits mailing list