- moved OpenSC-related functions to scutil

- added make-target for flawfinder (to be used with vim)


git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@334 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2010-10-15 16:59:53 +00:00
parent 2bfeff8b33
commit 13a2f7916f
6 changed files with 61 additions and 59 deletions

View File

@@ -24,6 +24,9 @@ noinst_HEADERS = \
ccid.h \
usbstring.h
flaw:
flawfinder -SQD *.h *.c
if WITH_CCID
bin_PROGRAMS += ccid-emulator
endif