Added Closure class
diff --git a/Makefile.am b/Makefile.am
index b498eed..0e49f84 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,6 +37,7 @@
 
 libndn_cpp_a_SOURCES = \
   config.h ndn-cpp/common.hpp \
+  ndn-cpp/Closure.hpp \
   ndn-cpp/ContentObject.cpp ndn-cpp/c/ContentObject.h ndn-cpp/ContentObject.hpp \
   ndn-cpp/Interest.cpp ndn-cpp/c/Interest.h ndn-cpp/Interest.hpp \
   ndn-cpp/Key.cpp ndn-cpp/c/Key.h ndn-cpp/Key.hpp \