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

rousseau@quantz.debian.org rousseau@quantz.debian.org
Sun, 19 Oct 2003 22:59:33 +0200


Update of /cvsroot/muscleplugins/MCardPlugin
In directory quantz:/tmp/cvs-serv19842

Modified Files:
	Makefile.am 
Log Message:
install rule builds the library and calls ./installBundle


Index: Makefile.am
===================================================================
RCS file: /cvsroot/muscleplugins/MCardPlugin/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am	3 Oct 2003 19:56:33 -0000	1.4
+++ Makefile.am	19 Oct 2003 20:59:31 -0000	1.5
@@ -9,3 +9,8 @@
 LIBTOOL_DEPS = @LIBTOOL_DEPS@
 libtool: $(LIBTOOL_DEPS)
 	$(SHELL) ./config.status --recheck
+
+install:
+	$(MAKE) -C src
+	./installBundle
+