Adding nfc-jewel util
This commit is contained in:
parent
827d9792dd
commit
ef81f06344
6 changed files with 704 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue