Add new example to show how to use new polling function.
This commit is contained in:
parent
40f230d6f0
commit
2714180227
2 changed files with 130 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
bin_PROGRAMS = nfc-anticol nfc-list nfc-mfclassic nfc-mfultralight nfc-relay nfc-emulate nfcip-target nfcip-initiator
|
||||
bin_PROGRAMS = nfc-anticol nfc-list nfc-mfclassic nfc-mfultralight nfc-relay nfc-emulate nfcip-target nfcip-initiator nfc-poll
|
||||
|
||||
# set the include path found by configure
|
||||
INCLUDES= $(all_includes) $(LIBNFC_CFLAGS)
|
||||
|
|
@ -8,6 +8,9 @@ nfcincludedir = $(includedir)/nfc
|
|||
|
||||
AM_CFLAGS = -I$(top_srcdir)/libnfc
|
||||
|
||||
nfc_poll_SOURCES = nfc-poll.c
|
||||
nfc_poll_LDADD = $(top_builddir)/libnfc/libnfc.la
|
||||
|
||||
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