
4 Apr
2014
4 Apr
'14
10:40 p.m.
commit 59e51c1528c7eafda29c944873dbcc05cddc6712 Author: David Goulet <dgoulet@ev0ke.net> Date: Sun Nov 3 13:21:43 2013 -0500 Fix: add fixtures directory to EXTRA_DIST Signed-off-by: David Goulet <dgoulet@ev0ke.net> --- tests/unit/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index a48450c..f2b5efa 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -10,6 +10,8 @@ LIBCOMMON=$(top_builddir)/src/common/libcommon.la noinst_PROGRAMS = test_onion test_connection test_utils test_config-file +EXTRA_DIST = fixtures + test_onion_SOURCES = test_onion.c test_onion_LDADD = $(LIBTAP) $(LIBCOMMON)