aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO6
-rw-r--r--src/core/Makefile.am2
2 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index f3bd8d895..fe360637f 100644
--- a/TODO
+++ b/TODO
@@ -6,9 +6,11 @@
6 transport-level connection never comes up. 6 transport-level connection never comes up.
7* Mantis: 7* Mantis:
8 - 1694 --- try to reproduce (non-deterministic, w. testcase, need core/valgrind) 8 - 1694 --- try to reproduce (non-deterministic, w. testcase, need core/valgrind)
9 - 1725 --- try to reproduce (non-deterministic, w. testcase, need core)
10 - 1724 --- try to reproduce 9 - 1724 --- try to reproduce
11 - 1705 --- try to reproduce (Nate) 10 - 1725 --- try to reproduce (non-deterministic, w. testcase, need core)
11 - 1728 --- investigate
12 - 1736 --- investigate
13 - 1737 --- investigate
12* clean buildbots 14* clean buildbots
13 15
140.9.0pre4: 160.9.0pre4:
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 7f95f60b8..bac929501 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -34,7 +34,7 @@ gnunet_service_core_LDADD = \
34 $(top_builddir)/src/hello/libgnunethello.la \ 34 $(top_builddir)/src/hello/libgnunethello.la \
35 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 35 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
36 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 36 $(top_builddir)/src/statistics/libgnunetstatistics.la \
37 $(top_builddir)/src/transport/libgnunettransportnew.la \ 37 $(top_builddir)/src/transport/libgnunettransport.la \
38 $(top_builddir)/src/util/libgnunetutil.la \ 38 $(top_builddir)/src/util/libgnunetutil.la \
39 $(GN_LIBINTL) 39 $(GN_LIBINTL)
40 40