From 8e6b5ad17ef963d2ecafa3b25659a226fa1d212c Mon Sep 17 00:00:00 2001 From: Richard Newton Date: Wed, 11 Sep 2013 15:02:16 +0100 Subject: [PATCH] Fix Makefile.am for test_ctx_destroy --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 3efe2454..cb4cfca2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -68,6 +68,7 @@ test_stream_SOURCES = test_stream.cpp test_disconnect_inproc_SOURCES = test_disconnect_inproc.cpp test_ctx_options_SOURCES = test_ctx_options.cpp test_iov_SOURCES = test_iov.cpp +test_ctx_destroy_SOURCES = test_ctx_destroy.cpp test_security_null_SOURCES = test_security_null.cpp test_security_plain_SOURCES = test_security_plain.cpp test_security_curve_SOURCES = test_security_curve.cpp