binary-xml-wire-format: Partial enabling of binary-xml-wire-format

Due to significant changes, Data abstraction conversion (from and to
wire format) is currently disabled, using empty placeholders instead.

Other data structures should have working conversion (minus
PublisherPublicKeyDigest, which is not part of Interest and
ForwardingEntry data structure anymore).

Change-Id: I51c47495808c35b500fc6b1fcc0c46db217e6598
diff --git a/Makefile.am b/Makefile.am
index a6818df..4533a01 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,6 +81,7 @@
   src/encoding/binary-xml-decoder.hpp \
   src/encoding/binary-xml-encoder.hpp \
   src/encoding/binary-xml-structure-decoder.hpp \
+  src/encoding/binary-xml-wire-format.cpp \
   src/encoding/block.cpp \
   src/encoding/cryptopp/asn_ext.cpp \
   src/encoding/cryptopp/asn_ext.hpp \
@@ -119,11 +120,6 @@
   src/util/string-helper.hpp \
   src/util/time.hpp
 
-# Temporary disabled:
-#   data/interest/forwardingEntry set/get methods need to be 
-#   embedded in BinaryXmlWireFormat class
-# src/encoding/binary-xml-wire-format.cpp
-
 libndn_cpp_la_LIBADD  = @OPENSSL_LIBS@ @OSX_SECURITY_LIBS@
 libndn_cpp_la_LDFLAGS = @OPENSSL_LDFLAGS@  @SQLITE3_LDFLAGS@ @BOOST_LDFLAGS@
 libndn_cpp_la_CFLAGS  = @OPENSSL_INCLUDES@ @SQLITE3_CFLAGS@  @BOOST_CPPFLAGS@