aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 008692fbd..bc81d8d3a 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -46,6 +46,8 @@ libgnunettesting_la_LIBADD = $(XLIB) \
46 $(top_builddir)/src/hello/libgnunethello.la \ 46 $(top_builddir)/src/hello/libgnunethello.la \
47 -lm \ 47 -lm \
48 $(top_builddir)/src/util/libgnunetutil.la 48 $(top_builddir)/src/util/libgnunetutil.la
49libgnunettesting_la_LDFLAGS = \
50 $(GN_LIB_LDFLAGS)
49 51
50check_PROGRAMS = \ 52check_PROGRAMS = \
51 test_testing \ 53 test_testing \