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.am12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index ad9bddcb6..b79b6cc6a 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -31,7 +31,7 @@ libgnunetcore_la_LDFLAGS = \
31 31
32bin_PROGRAMS = \ 32bin_PROGRAMS = \
33 gnunet-service-core \ 33 gnunet-service-core \
34 gnunet-core-list-connections 34 gnunet-core
35 35
36gnunet_service_core_SOURCES = \ 36gnunet_service_core_SOURCES = \
37 gnunet-service-core.c gnunet-service-core.h \ 37 gnunet-service-core.c gnunet-service-core.h \
@@ -49,14 +49,12 @@ gnunet_service_core_LDADD = \
49 $(GN_LIBINTL) -lz 49 $(GN_LIBINTL) -lz
50 50
51 51
52gnunet_core_list_connections_SOURCES = \ 52gnunet_core_SOURCES = \
53 gnunet-core-list-connections.c 53 gnunet-core.c
54gnunet_core_list_connections_LDADD = \ 54gnunet_core_LDADD = \
55 $(top_builddir)/src/core/libgnunetcore.la \ 55 $(top_builddir)/src/core/libgnunetcore.la \
56 $(top_builddir)/src/transport/libgnunettransport.la \
57 $(top_builddir)/src/hello/libgnunethello.la \
58 $(top_builddir)/src/util/libgnunetutil.la 56 $(top_builddir)/src/util/libgnunetutil.la
59gnunet_core_list_connections_DEPENDENCIES = \ 57gnunet_core_DEPENDENCIES = \
60 libgnunetcore.la 58 libgnunetcore.la
61 59
62check_PROGRAMS = \ 60check_PROGRAMS = \