aboutsummaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-09 06:18:00 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-09 06:18:00 +0000
commit7c492f3807011ff6a20bcf6761695f1a2efd754d (patch)
treef1d3d3ce28c700238b21130153b924fa320bbc74 /src/core/Makefile.am
parent7c5ff01102473d922816d1cedd44ddcd4f7d7bd9 (diff)
downloadgnunet-7c492f3807011ff6a20bcf6761695f1a2efd754d.tar.gz
gnunet-7c492f3807011ff6a20bcf6761695f1a2efd754d.zip
move
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am13
1 files changed, 12 insertions, 1 deletions
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 = \
25 25
26 26
27bin_PROGRAMS = \ 27bin_PROGRAMS = \
28 gnunet-service-core 28 gnunet-service-core \
29 gnunet-core-list-connections
29 30
30gnunet_service_core_SOURCES = \ 31gnunet_service_core_SOURCES = \
31 gnunet-service-core.c 32 gnunet-service-core.c
@@ -37,6 +38,16 @@ gnunet_service_core_LDADD = \
37 $(top_builddir)/src/util/libgnunetutil.la \ 38 $(top_builddir)/src/util/libgnunetutil.la \
38 $(GN_LIBINTL) 39 $(GN_LIBINTL)
39 40
41
42gnunet_core_list_connections_SOURCES = \
43 gnunet-core-list-connections.c
44gnunet_core_list_connections_LDADD = \
45 $(top_builddir)/src/core/libgnunetcore.la \
46 $(top_builddir)/src/transport/libgnunettransport.la \
47 $(top_builddir)/src/hello/libgnunethello.la \
48 $(top_builddir)/src/util/libgnunetutil.la
49
50
40check_PROGRAMS = \ 51check_PROGRAMS = \
41 test_core_api_start_only \ 52 test_core_api_start_only \
42 test_core_api \ 53 test_core_api \