[Fedora-directory-commits] coolkey/src/libckyapplet Makefile.am, 1.5, 1.6

Robert Relyea (rrelyea) fedora-directory-commits at redhat.com
Fri Feb 16 19:46:10 UTC 2007


Author: rrelyea

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

Modified Files:
	Makefile.am 
Log Message:

make install fixes for windows



Index: Makefile.am
===================================================================
RCS file: /cvs/dirsec/coolkey/src/libckyapplet/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.am	14 Feb 2007 00:46:29 -0000	1.5
+++ Makefile.am	16 Feb 2007 19:46:07 -0000	1.6
@@ -60,6 +60,11 @@
 install-data-hook:
 	rm -f $(DESTDIR)$(libdir)/libckyapplet.a
 	rm -f $(DESTDIR)$(libdir)/libckyapplet.la
+if IS_WINDOWS
+	rm -f $(DESTDIR)$(libdir)/libckyapplet.lib
+endif
 
+if !IS_WINDOWS
 pcdir = $(libdir)/pkgconfig
 pc_DATA = libckyapplet.pc
+endif




More information about the Fedora-directory-commits mailing list