From 4f7c0773c08850a3b561c82a450ee1a2631d92ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Thu, 6 Mar 2014 20:45:43 -0500 Subject: [PATCH] tests: Add private header to tarball --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index f82983e..211e6c9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -48,6 +48,8 @@ dist_check_SCRIPTS = \ TESTS = $(check_PROGRAMS) $(dist_check_SCRIPTS) +noinst_HEADERS = test-io-stream-common.h + test_pseudotcp_LDADD = $(COMMON_LDADD) test_bsd_LDADD = $(COMMON_LDADD) -- 2.7.4