Add convenience library infrastructure and move the print_nfc_iso14443a_info() function away from bitutils.
This commit is contained in:
parent
2714180227
commit
ee3715e267
6 changed files with 51 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue