Build nfc-emulate-ndef example
This commit is contained in:
parent
2318182c2c
commit
a9b8b84e13
1 changed files with 17 additions and 1 deletions
|
@ -1,4 +1,16 @@
|
|||
bin_PROGRAMS = nfc-anticol nfc-list nfc-mfclassic nfc-mfultralight nfc-relay nfc-emulate nfcip-target nfcip-initiator nfc-poll pn53x-diagnose nfc-sam
|
||||
bin_PROGRAMS = \
|
||||
nfc-anticol \
|
||||
nfc-emulate \
|
||||
nfc-emulate-ndef \
|
||||
nfc-list \
|
||||
nfc-mfclassic \
|
||||
nfc-mfultralight \
|
||||
nfc-poll \
|
||||
nfc-relay \
|
||||
nfc-sam \
|
||||
nfcip-initiator \
|
||||
nfcip-target \
|
||||
pn53x-diagnose
|
||||
|
||||
# set the include path found by configure
|
||||
INCLUDES= $(all_includes) $(LIBNFC_CFLAGS)
|
||||
|
@ -36,6 +48,10 @@ nfc_emulate_SOURCES = nfc-emulate.c
|
|||
nfc_emulate_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
libnfcutils.la
|
||||
|
||||
nfc_emulate_ndef_SOURCES = nfc-emulate-ndef.c
|
||||
nfc_emulate_ndef_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
libnfcutils.la
|
||||
|
||||
nfcip_target_SOURCES = nfcip-target.c
|
||||
nfcip_target_LDADD = $(top_builddir)/libnfc/libnfc.la
|
||||
|
||||
|
|
Loading…
Reference in a new issue