From d02945974366f76bcb63b83834175848d1cc937a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 21 Feb 2017 16:53:37 +0100 Subject: converting conversation to use new CADET API --- src/cadet/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cadet/Makefile.am') 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 = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testing/libgnunettesting.la \ libgnunetcadettest.a \ - libgnunetcadet.la \ + libgnunetcadetnew.la \ $(top_builddir)/src/testbed/libgnunettestbed.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la dep_cadet_test_lib = \ - libgnunetcadet.la \ + libgnunetcadetnew.la \ libgnunetcadettest.a \ $(top_builddir)/src/statistics/libgnunetstatistics.la -- cgit v1.2.3