[Fedora-directory-commits] coolkey/src/libckyapplet Makefile.in, 1.3, 1.4

Robert Relyea (rrelyea) fedora-directory-commits at redhat.com
Fri Aug 18 00:40:28 UTC 2006


Author: rrelyea

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

Modified Files:
	Makefile.in 
Log Message:

Add -no-undefines so that Windows will actually build a shared library.


Index: Makefile.in
===================================================================
RCS file: /cvs/dirsec/coolkey/src/libckyapplet/Makefile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.in	10 Jun 2006 00:51:09 -0000	1.3
+++ Makefile.in	18 Aug 2006 00:40:25 -0000	1.4
@@ -238,7 +238,7 @@
 	dynlink.c 
 
 quote = \"
-libckyapplet_la_LDFLAGS = -version-info 1:0:0
+libckyapplet_la_LDFLAGS = -version-info 1:0:0 -no-undefined
 libckyapplet_la_CFLAGS = $(CFLAGS) -DSCARD_LIB_NAME=$(quote)$(SCARD_LIB_NAME)$(quote) $(PCSC_CFLAGS)
 nobase_include_HEADERS = \
 	cky_base.h \




More information about the Fedora-directory-commits mailing list