[Fedora-directory-commits] coolkey/src/install Makefile.in,1.2,1.3

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


Author: jmagne

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

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



Index: Makefile.in
===================================================================
RCS file: /cvs/dirsec/coolkey/src/install/Makefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.in	30 Nov 2006 22:35:28 -0000	1.2
+++ Makefile.in	18 Jan 2007 01:03:54 -0000	1.3
@@ -74,7 +74,8 @@
 PROGRAMS = $(bin_PROGRAMS)
 am_pk11install_OBJECTS = pk11install.$(OBJEXT)
 pk11install_OBJECTS = $(am_pk11install_OBJECTS)
-pk11install_DEPENDENCIES =
+am__DEPENDENCIES_1 =
+pk11install_DEPENDENCIES = $(am__DEPENDENCIES_1)
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
@@ -210,7 +211,7 @@
 target_vendor = @target_vendor@
 INCLUDES = $(NSS_CFLAGS)
 pk11install_SOURCES = pk11install.c 
-pk11install_LDADD = -lsoftokn3
+pk11install_LDADD = $(NSS_LIBS) -lsoftokn3
 all: all-am
 
 .SUFFIXES:




More information about the Fedora-directory-commits mailing list