Add convenience library infrastructure and move the print_nfc_iso14443a_info() function away from bitutils.

This commit is contained in:
Romain Tartiere 2010-04-09 21:57:03 +00:00
parent 2714180227
commit ee3715e267
6 changed files with 51 additions and 14 deletions

View file

@ -8,8 +8,13 @@ nfcincludedir = $(includedir)/nfc
AM_CFLAGS = -I$(top_srcdir)/libnfc
noinst_LIBRARIES = libnfcutils.a
libnfcutils_a_SOURCES = nfc-utils.c
nfc_poll_SOURCES = nfc-poll.c
nfc_poll_LDADD = $(top_builddir)/libnfc/libnfc.la
nfc_poll_LDADD = $(top_builddir)/libnfc/libnfc.la \
$(top_builddir)/examples/libnfcutils.a
nfc_anticol_SOURCES = nfc-anticol.c
nfc_anticol_LDADD = $(top_builddir)/libnfc/libnfc.la