commit | 8b66600fea244fdc4d5380a4c77bdd4d94bb3e71 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Mon Jul 08 01:16:26 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Mon Jul 08 01:16:26 2013 -0700 |
tree | af647c3a059db41a18364f3aa832747479c877ed | |
parent | c33145efe7a251432232a70d9c0cb8d0473862c3 [diff] [blame] |
Change all C code to return ndn_Error enum instead of char * error string.
diff --git a/Makefile.am b/Makefile.am index 6717439..0ddbb32 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -17,6 +17,7 @@ config.h \ ndn-cpp/c/Interest.h \ ndn-cpp/c/Name.h \ + ndn-cpp/c/errors.c ndn-cpp/c/errors.h \ ndn-cpp/c/encoding/BinaryXML.h \ ndn-cpp/c/encoding/BinaryXMLDecoder.c ndn-cpp/c/encoding/BinaryXMLDecoder.h \ ndn-cpp/c/encoding/BinaryXMLEncoder.c ndn-cpp/c/encoding/BinaryXMLEncoder.h \