summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThierry Escande <thierry.escande@linux.intel.com>2013-05-02 18:19:29 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2013-05-03 10:21:42 +0200
commit8c96349bd66387a5ea62e01d64c22990ef773fac (patch)
treeb7a67b7f3238900ed5b909dad848cc5d10f6f465 /Makefile.am
parent9cade64cb46f2f8f0757d94a2f639601eb93eb1d (diff)
downloadneard-8c96349bd66387a5ea62e01d64c22990ef773fac.tar.gz
neard-8c96349bd66387a5ea62e01d64c22990ef773fac.tar.bz2
neard-8c96349bd66387a5ea62e01d64c22990ef773fac.zip
nfctool: sniffer: Add NDEF decoding support
This adds support for decoding NDEF records embedded in SNEP packets
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 67699be..175cf07 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -110,6 +110,8 @@ tools_nfctool_nfctool_SOURCES = tools/nfctool/main.c \
tools/nfctool/llcp-decode.c \
tools/nfctool/snep-decode.h \
tools/nfctool/snep-decode.c \
+ tools/nfctool/ndef-decode.h \
+ tools/nfctool/ndef-decode.c \
tools/nfctool/display.h \
tools/nfctool/display.c