Examples: pn53x-tamashell
TODO: readline detection via autoconf
This commit is contained in:
parent
ba4c920af7
commit
87161b5b7b
2 changed files with 139 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ bin_PROGRAMS = \
|
|||
nfc-sam \
|
||||
nfcip-initiator \
|
||||
nfcip-target \
|
||||
pn53x-diagnose
|
||||
pn53x-diagnose \
|
||||
pn53x-tamashell
|
||||
|
||||
# set the include path found by configure
|
||||
INCLUDES= $(all_includes) $(LIBNFC_CFLAGS)
|
||||
|
|
@ -62,6 +63,13 @@ pn53x_diagnose_SOURCES = pn53x-diagnose.c
|
|||
pn53x_diagnose_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
libnfcutils.la
|
||||
|
||||
pn53x_tamashell_SOURCES = pn53x-tamashell.c
|
||||
pn53x_tamashell_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
libnfcutils.la
|
||||
# Should be guarded by test on availability of readline
|
||||
#pn53x_tamashell_CFLAGS = -DHAVE_READLINE
|
||||
#pn53x_tamashell_LDFLAGS = -lreadline
|
||||
|
||||
nfc_sam_SOURCES = nfc-sam.c
|
||||
nfc_sam_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
libnfcutils.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue