diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c4f1346..fca5caf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -107,7 +107,9 @@ tools_nfctool_nfctool_SOURCES = tools/nfctool/main.c \ tools/nfctool/sniffer.h \ tools/nfctool/sniffer.c \ tools/nfctool/llcp-decode.h \ - tools/nfctool/llcp-decode.c + tools/nfctool/llcp-decode.c \ + tools/nfctool/snep-decode.h \ + tools/nfctool/snep-decode.c tools_nfctool_nfctool_LDADD = @GLIB_LIBS@ @NETLINK_LIBS@ |