aboutsummaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 4f9a20433..7f95f60b8 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -46,7 +46,8 @@ gnunet_core_list_connections_LDADD = \
46 $(top_builddir)/src/transport/libgnunettransport.la \ 46 $(top_builddir)/src/transport/libgnunettransport.la \
47 $(top_builddir)/src/hello/libgnunethello.la \ 47 $(top_builddir)/src/hello/libgnunethello.la \
48 $(top_builddir)/src/util/libgnunetutil.la 48 $(top_builddir)/src/util/libgnunetutil.la
49 49gnunet_core_list_connections_DEPENDENCIES = \
50 libgnunetcore.la
50 51
51check_PROGRAMS = \ 52check_PROGRAMS = \
52 test_core_api_start_only \ 53 test_core_api_start_only \