Make nfc-list rely on the libnfcutils.a convenience library and call nfc_initiator_select_tag().
This commit is contained in:
parent
b8630c4230
commit
ae99d155b5
2 changed files with 4 additions and 9 deletions
|
|
@ -20,7 +20,8 @@ nfc_anticol_SOURCES = nfc-anticol.c
|
|||
nfc_anticol_LDADD = $(top_builddir)/libnfc/libnfc.la
|
||||
|
||||
nfc_list_SOURCES = nfc-list.c
|
||||
nfc_list_LDADD = $(top_builddir)/libnfc/libnfc.la
|
||||
nfc_list_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
$(top_builddir)/examples/libnfcutils.a
|
||||
|
||||
nfc_mfultralight_SOURCES = nfc-mfultralight.c mifareultag.h
|
||||
nfc_mfultralight_LDADD = $(top_builddir)/libnfc/libnfc.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue