Lines 11-21
lib_LTLIBRARIES = openct-ifd.la
Link Here
|
11 |
endif |
11 |
endif |
12 |
|
12 |
|
13 |
openct_ifd_la_SOURCES = pcsc.c |
13 |
openct_ifd_la_SOURCES = pcsc.c |
|
|
14 |
openct_ifd_la_CPPFLAGS = -DIFDHANDLERv2 |
14 |
openct_ifd_la_LDFLAGS = -module -avoid-version |
15 |
openct_ifd_la_LDFLAGS = -module -avoid-version |
15 |
openct_ifd_la_LIBADD = ../ctapi/libopenctapi.la |
16 |
openct_ifd_la_LIBADD = ../ctapi/libopenctapi.la |
16 |
|
17 |
|
17 |
noinst_HEADERS = ifdhandler.h |
|
|
18 |
|
19 |
# Don't use HAVE_BUNDLES for this case, pcsc-lite loads |
18 |
# Don't use HAVE_BUNDLES for this case, pcsc-lite loads |
20 |
# USB drivers from MacOS X like bundles for all platforms |
19 |
# USB drivers from MacOS X like bundles for all platforms |
21 |
install-exec-local: install-libLTLIBRARIES |
20 |
install-exec-local: install-libLTLIBRARIES |