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:
@@ -1,4 +1,5 @@
|
||||
bin_PROGRAMS = \
|
||||
nfc-barcode \
|
||||
nfc-emulate-forum-tag4 \
|
||||
nfc-jewel \
|
||||
nfc-list \
|
||||
@@ -16,6 +17,10 @@ noinst_LTLIBRARIES = libnfcutils.la
|
||||
libnfcutils_la_SOURCES = nfc-utils.c
|
||||
libnfcutils_la_LIBADD = -lnfc
|
||||
|
||||
nfc_barcode_SOURCES = nfc-barcode.c
|
||||
nfc_barcode_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
$(top_builddir)/utils/libnfcutils.la
|
||||
|
||||
nfc_emulate_forum_tag4_SOURCES = nfc-emulate-forum-tag4.c nfc-utils.h
|
||||
nfc_emulate_forum_tag4_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
libnfcutils.la
|
||||
@@ -47,6 +52,7 @@ nfc_scan_device_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
libnfcutils.la
|
||||
|
||||
dist_man_MANS = \
|
||||
nfc-barcode.1 \
|
||||
nfc-emulate-forum-tag4.1 \
|
||||
nfc-jewel.1 \
|
||||
nfc-list.1 \
|
||||
|
||||
Reference in New Issue
Block a user