Added test-get-async
diff --git a/Makefile.am b/Makefile.am
index 98f5be3..19e2ed8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@
 
 lib_LIBRARIES = libndn-c.a libndn-cpp.a
 
-bin_PROGRAMS = bin/test-encode-decode-Interest bin/test-encode-decode-ContentObject
+bin_PROGRAMS = bin/test-encode-decode-Interest bin/test-encode-decode-ContentObject bin/test-get-async
 
 libndn_c_a_SOURCES = \
   config.h \
@@ -53,4 +53,7 @@
 bin_test_encode_decode_ContentObject_SOURCES = tests/test-encode-decode-ContentObject.cpp
 bin_test_encode_decode_ContentObject_LDADD = libndn-c.a libndn-cpp.a
 
+bin_test_get_async_SOURCES = tests/test-get-async.cpp
+bin_test_get_async_LDADD = libndn-c.a libndn-cpp.a
+
 dist_noinst_SCRIPTS = autogen.sh