mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-03 22:31:50 +00:00
New NFC modulation type NMT_BARCODE
This commit is contained in:
@@ -2,7 +2,6 @@ SUBDIRS = pn53x-tamashell-scripts
|
||||
|
||||
bin_PROGRAMS = \
|
||||
nfc-anticol \
|
||||
nfc-barcode \
|
||||
nfc-dep-initiator \
|
||||
nfc-dep-target \
|
||||
nfc-emulate-forum-tag2 \
|
||||
@@ -36,10 +35,6 @@ nfc_anticol_SOURCES = nfc-anticol.c
|
||||
nfc_anticol_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
$(top_builddir)/utils/libnfcutils.la
|
||||
|
||||
nfc_barcode_SOURCES = nfc-barcode.c
|
||||
nfc_barcode_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
$(top_builddir)/utils/libnfcutils.la
|
||||
|
||||
nfc_relay_SOURCES = nfc-relay.c
|
||||
nfc_relay_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
$(top_builddir)/utils/libnfcutils.la
|
||||
@@ -92,7 +87,6 @@ quick_start_example2_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
|
||||
dist_man_MANS = \
|
||||
nfc-anticol.1 \
|
||||
nfc-barcode.1 \
|
||||
nfc-dep-initiator.1 \
|
||||
nfc-dep-target.1 \
|
||||
nfc-emulate-tag.1 \
|
||||
|
||||
Reference in New Issue
Block a user