From 7a2c36bb3a957f25b8afa10d4e86bb82bda2f5a5 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Thu, 15 Aug 2013 14:11:54 +0000 Subject: - debugging bind and SO_REUSEADDR --- src/testing/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/testing/Makefile.am') diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index b028e1ab1..4f1d8fe17 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -101,3 +101,13 @@ test_testing_sharedservices_LDADD = \ EXTRA_DIST = \ test_testing_defaults.conf + + +noinst_PROGRAMS = \ + bindfail bindok + +bindok_SOURCES = bindok.c + +bindfail_SOURCES = bindfail.c +bindfail_LDADD = $(top_builddir)/src/util/libgnunetutil.la + -- cgit v1.2.3