mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-07-25 21:22:00 +00:00
Adding nfc-jewel util
This commit is contained in:
committed by
Philippe Teuwen
parent
827d9792dd
commit
ef81f06344
@@ -1,5 +1,6 @@
|
||||
bin_PROGRAMS = \
|
||||
nfc-emulate-forum-tag4 \
|
||||
nfc-jewel \
|
||||
nfc-list \
|
||||
nfc-mfclassic \
|
||||
nfc-mfultralight \
|
||||
@@ -18,6 +19,9 @@ 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
|
||||
|
||||
nfc_jewel_SOURCES = nfc-jewel.c jewel.c jewel.h nfc-utils.h
|
||||
nfc_jewel_LDADD = $(top_builddir)/libnfc/libnfc.la
|
||||
|
||||
nfc_list_SOURCES = nfc-list.c nfc-utils.h
|
||||
nfc_list_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
libnfcutils.la
|
||||
@@ -43,6 +47,7 @@ nfc_scan_device_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
|
||||
dist_man_MANS = \
|
||||
nfc-emulate-forum-tag4.1 \
|
||||
nfc-jewel.1 \
|
||||
nfc-list.1 \
|
||||
nfc-mfclassic.1 \
|
||||
nfc-mfultralight.1 \
|
||||
|
||||
Reference in New Issue
Block a user