From 7c492f3807011ff6a20bcf6761695f1a2efd754d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 9 Jul 2011 06:18:00 +0000 Subject: move --- src/core/Makefile.am | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/core/Makefile.am') diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 93af6f039..4f9a20433 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -25,7 +25,8 @@ libgnunetcore_la_LDFLAGS = \ bin_PROGRAMS = \ - gnunet-service-core + gnunet-service-core \ + gnunet-core-list-connections gnunet_service_core_SOURCES = \ gnunet-service-core.c @@ -37,6 +38,16 @@ gnunet_service_core_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) + +gnunet_core_list_connections_SOURCES = \ + gnunet-core-list-connections.c +gnunet_core_list_connections_LDADD = \ + $(top_builddir)/src/core/libgnunetcore.la \ + $(top_builddir)/src/transport/libgnunettransport.la \ + $(top_builddir)/src/hello/libgnunethello.la \ + $(top_builddir)/src/util/libgnunetutil.la + + check_PROGRAMS = \ test_core_api_start_only \ test_core_api \ -- cgit v1.2.3