From 1dcb95b3c30e223da1f496c677436f972305a4b8 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Fri, 7 May 2010 19:13:30 +0000 Subject: [PATCH] updated file references of install target git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@97 96b47cad-a561-4643-ad3b-153ac7d7599c --- virtualsmartcard/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/virtualsmartcard/Makefile b/virtualsmartcard/Makefile index 8a3ab23..88392b8 100644 --- a/virtualsmartcard/Makefile +++ b/virtualsmartcard/Makefile @@ -66,6 +66,7 @@ install: $(TARGETS) installdirs $(INSTALL_PROGRAM) virtualsmartcard $(DESTDIR)$(bindir) $(INSTALL_DATA) vpcd.conf $(DESTDIR)$(readerconfdir) $(INSTALL_DATA) vpicc/ConstantDefinitions.py $(DESTDIR)$(python_sitelib) + $(INSTALL_DATA) vpicc/CardGenerator.py $(DESTDIR)$(python_sitelib) $(INSTALL_DATA) vpicc/CryptoUtils.py $(DESTDIR)$(python_sitelib) $(INSTALL_DATA) vpicc/SEutils.py $(DESTDIR)$(python_sitelib) $(INSTALL_DATA) vpicc/SmartcardFilesystem.py $(DESTDIR)$(python_sitelib) @@ -74,9 +75,6 @@ install: $(TARGETS) installdirs $(INSTALL_DATA) vpicc/TLVutils.py $(DESTDIR)$(python_sitelib) $(INSTALL_DATA) vpicc/utils.py $(DESTDIR)$(python_sitelib) $(INSTALL_DATA) vpicc/VirtualSmartcard.py $(DESTDIR)$(python_sitelib) - $(INSTALL_DATA) vpicc/testconfig.sam $(DESTDIR)$(python_sitelib) - $(INSTALL_DATA) vpicc/testconfig.mf $(DESTDIR)$(python_sitelib) - $(INSTALL_DATA) vpicc/jp2.jpg $(DESTDIR)$(python_sitelib) .PHONY: installdirs installdirs: