switched to autotools

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@102 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2010-05-08 19:09:45 +00:00
parent 5ec26dd0be
commit 53cf8b684c
8 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
bin_PROGRAMS = picc_to_pcsc
bin_SCRIPTS = picc.py
picc_to_pcsc_SOURCES = picc_to_pcsc.c
picc_to_pcsc_LDADD = $(PCSC_LIBS)
picc_to_pcsc_CFLAGS = $(PCSC_CFLAGS)