[Pcsclite-git-commit] [pcsc-tools] 03/05: Makefile: install smartcard_list.txt
Ludovic Rousseau
rousseau at moszumanska.debian.org
Sun May 28 20:33:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
rousseau pushed a commit to branch master
in repository pcsc-tools.
commit 72cfc8edfa8d9fbd251f2d12d13489d065dadb79
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date: Sun May 28 21:46:26 2017 +0200
Makefile: install smartcard_list.txt
Installed in $(prefix)/share/pcsc
---
Makefile.am | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 42f1c60..9284c69 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,10 +8,13 @@ pcsc_scan_LDADD = $(PCSC_LIBS)
bin_SCRIPTS = $(PERL_BINS)
+pcsc_DATA = smartcard_list.txt
+pcscdir = $(datarootdir)/pcsc
+
# install the man pages
man_MANS = pcsc_scan.1 $(PERL_MANPAGES)
-EXTRA_DIST = Changelog $(PERL_BINS) $(PERL_MANPAGES)
+EXTRA_DIST = Changelog $(PERL_BINS) $(PERL_MANPAGES) $(pcsc_DATA)
Changelog:
git log --stat --decorate=short > $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/pcsc-tools.git
More information about the Pcsclite-cvs-commit
mailing list