[Fedora-directory-commits] coolkey/src/install Makefile.am,1.1,1.2

Jack Magne (jmagne) fedora-directory-commits at redhat.com
Thu Jan 18 01:02:38 UTC 2007


Author: jmagne

Update of /cvs/dirsec/coolkey/src/install
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2900

Modified Files:
	Makefile.am 
Log Message:
Utilize the contents of NSS_LIBS when linking executable, used when building Mac version.



Index: Makefile.am
===================================================================
RCS file: /cvs/dirsec/coolkey/src/install/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am	13 Oct 2006 01:16:26 -0000	1.1
+++ Makefile.am	18 Jan 2007 01:02:35 -0000	1.2
@@ -24,4 +24,4 @@
 bin_PROGRAMS=pk11install
 
 pk11install_SOURCES = pk11install.c 
-pk11install_LDADD = -lsoftokn3
+pk11install_LDADD = $(NSS_LIBS) -lsoftokn3




More information about the Fedora-directory-commits mailing list