aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-21 16:53:37 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-21 16:53:37 +0100
commitd02945974366f76bcb63b83834175848d1cc937a (patch)
tree79fccb135ef687bb9a1f7a494eb9bcc563482fc4 /src/cadet
parent40537b04870c1fb34a231f85666ca39a6e4a6cbe (diff)
downloadgnunet-d02945974366f76bcb63b83834175848d1cc937a.tar.gz
gnunet-d02945974366f76bcb63b83834175848d1cc937a.zip
converting conversation to use new CADET API
Diffstat (limited to 'src/cadet')
-rw-r--r--src/cadet/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/Makefile.am b/src/cadet/Makefile.am
index 74791d66e..6f38c6a94 100644
--- a/src/cadet/Makefile.am
+++ b/src/cadet/Makefile.am
@@ -149,12 +149,12 @@ ld_cadet_test_lib = \
149 $(top_builddir)/src/util/libgnunetutil.la \ 149 $(top_builddir)/src/util/libgnunetutil.la \
150 $(top_builddir)/src/testing/libgnunettesting.la \ 150 $(top_builddir)/src/testing/libgnunettesting.la \
151 libgnunetcadettest.a \ 151 libgnunetcadettest.a \
152 libgnunetcadet.la \ 152 libgnunetcadetnew.la \
153 $(top_builddir)/src/testbed/libgnunettestbed.la \ 153 $(top_builddir)/src/testbed/libgnunettestbed.la \
154 $(top_builddir)/src/statistics/libgnunetstatistics.la 154 $(top_builddir)/src/statistics/libgnunetstatistics.la
155 155
156dep_cadet_test_lib = \ 156dep_cadet_test_lib = \
157 libgnunetcadet.la \ 157 libgnunetcadetnew.la \
158 libgnunetcadettest.a \ 158 libgnunetcadettest.a \
159 $(top_builddir)/src/statistics/libgnunetstatistics.la 159 $(top_builddir)/src/statistics/libgnunetstatistics.la
160 160