tools: Adding tlvdump app that visualizes TLV encoding stored in files

Change-Id: Iae29f56d5ab567653055dbbb8005f4bc10ae0dc0
diff --git a/configure.ac b/configure.ac
index 1bac2be..9a67273 100644
--- a/configure.ac
+++ b/configure.ac
@@ -155,6 +155,7 @@
 
 AC_CONFIG_FILES([Makefile
                  include/Makefile
+                 tools/Makefile
                  tests/Makefile
                  tests_boost/Makefile])
 AC_OUTPUT