[Fedora-directory-commits] adminserver/admserv/newinst/src Makefile, 1.10, 1.11

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri May 12 18:29:16 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/adminserver/admserv/newinst/src
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6801

Modified Files:
	Makefile 
Log Message:
Added NSPR libraries to the dependency (ns-update).  (fixed the build)



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/adminserver/admserv/newinst/src/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile	12 May 2006 00:41:35 -0000	1.10
+++ Makefile	12 May 2006 18:29:13 -0000	1.11
@@ -93,7 +93,7 @@
 LIBINST= $(SETUPUTIL_LIBPATH)/libinstall.a
 
 DEPLIBS= $(OSDEPLIBS)
-DEPLIBS2= $(DEPLIBS) $(ADMINUTILLINK) $(SECURITYLINK) $(LDAPLINK) $(ICULINK)
+DEPLIBS2= $(DEPLIBS) $(ADMINUTILLINK) $(SECURITYLINK) $(LDAPLINK) $(ICULINK) $(NSPRLINK)
 
 ifeq ($(ARCH), HPUX)
    ifeq ($(NSOS_RELEASE),B.10.10)




More information about the Fedora-directory-commits mailing list