Make nfc-list rely on the libnfcutils.a convenience library and call nfc_initiator_select_tag().

This commit is contained in:
Romain Tartiere 2010-04-09 22:08:17 +00:00
parent b8630c4230
commit ae99d155b5
2 changed files with 4 additions and 9 deletions

View file

@ -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