mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-20 13:36:19 +00:00
nfc-relay-picc: Add new example to relay ISO14443-4 communications, with this one it can communicate over network... Enjoy! (Thanks to generous contributor)
This commit is contained in:
@@ -10,6 +10,7 @@ bin_PROGRAMS = \
|
||||
nfc-mfultralight \
|
||||
nfc-poll \
|
||||
nfc-relay \
|
||||
nfc-relay-picc \
|
||||
pn53x-diagnose \
|
||||
pn53x-sam \
|
||||
pn53x-tamashell
|
||||
@@ -46,6 +47,10 @@ nfc_relay_SOURCES = nfc-relay.c
|
||||
nfc_relay_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
libnfcutils.la
|
||||
|
||||
nfc_relay_picc_SOURCES = nfc-relay-picc.c
|
||||
nfc_relay_picc_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
libnfcutils.la
|
||||
|
||||
nfc_emulate_forum_tag4_SOURCES = nfc-emulate-forum-tag4.c
|
||||
nfc_emulate_forum_tag4_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
libnfcutils.la
|
||||
@@ -91,6 +96,7 @@ dist_man_MANS = \
|
||||
nfc-mfultralight.1 \
|
||||
nfc-poll.1 \
|
||||
nfc-relay.1 \
|
||||
nfc-relay-picc.1 \
|
||||
pn53x-diagnose.1 \
|
||||
pn53x-sam.1 \
|
||||
pn53x-tamashell.1
|
||||
|
||||
Reference in New Issue
Block a user