ccid/examples/Makefile.am

9 lines
282 B
Makefile
Raw Permalink Normal View History

2017-12-08 18:39:30 +00:00
# Process this file with automake to create Makefile.in.
noinst_PROGRAMS = scardcontrol
scardcontrol_SOURCES = scardcontrol.c PCSCv2part10.c PCSCv2part10.h
scardcontrol_CFLAGS = $(PCSC_CFLAGS) $(PTHREAD_CFLAGS)
scardcontrol_LDADD = $(PCSC_LIBS) $(PTHREAD_LIBS)
EXTRA_DIST = GPL-2