[Pcsclite-cvs-commit] CFlexPlugin Makefile.am,1.4,1.5

rousseau@quantz.debian.org rousseau@quantz.debian.org
Sun, 19 Oct 2003 22:53:12 +0200


Update of /cvsroot/muscleplugins/CFlexPlugin
In directory quantz:/tmp/cvs-serv19491

Modified Files:
	Makefile.am 
Log Message:
install rule launches ./installBundle


Index: Makefile.am
===================================================================
RCS file: /cvsroot/muscleplugins/CFlexPlugin/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am	3 Oct 2003 19:55:27 -0000	1.4
+++ Makefile.am	19 Oct 2003 20:53:10 -0000	1.5
@@ -9,3 +9,7 @@
 LIBTOOL_DEPS = @LIBTOOL_DEPS@
 libtool: $(LIBTOOL_DEPS)
 	$(SHELL) ./config.status --recheck
+
+install:
+	./installBundle
+