aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/Makefile.am')
-rw-r--r--src/cadet/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cadet/Makefile.am b/src/cadet/Makefile.am
index 572bdf4d9..80294a785 100644
--- a/src/cadet/Makefile.am
+++ b/src/cadet/Makefile.am
@@ -141,7 +141,8 @@ dep_cadet_test_lib = \
141 $(top_builddir)/src/statistics/libgnunetstatistics.la 141 $(top_builddir)/src/statistics/libgnunetstatistics.la
142 142
143test_cadet_2_channel_resumption_SOURCES = \ 143test_cadet_2_channel_resumption_SOURCES = \
144 test_cadeT.c 144 test_cadeT.c \
145 test_cadeT_util.c test_cadeT_util.h
145test_cadet_2_channel_resumption_LDADD = $(ld_cadet_test_lib) 146test_cadet_2_channel_resumption_LDADD = $(ld_cadet_test_lib)
146 147
147test_cadet_2_forward_SOURCES = \ 148test_cadet_2_forward_SOURCES = \