aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/chat/Makefile.am2
-rw-r--r--src/core/Makefile.am3
-rw-r--r--src/nat/Makefile.am2
3 files changed, 6 insertions, 1 deletions
diff --git a/src/chat/Makefile.am b/src/chat/Makefile.am
index 39a2df2a1..dcf1f5a2d 100644
--- a/src/chat/Makefile.am
+++ b/src/chat/Makefile.am
@@ -37,6 +37,8 @@ gnunet_chat_LDADD = \
37 $(top_builddir)/src/chat/libgnunetchat.la \ 37 $(top_builddir)/src/chat/libgnunetchat.la \
38 $(top_builddir)/src/util/libgnunetutil.la \ 38 $(top_builddir)/src/util/libgnunetutil.la \
39 $(GN_LIBINTL) 39 $(GN_LIBINTL)
40gnunet_chat_DEPENDENCIES = \
41 libgnunetchat.la
40 42
41check_PROGRAMS = \ 43check_PROGRAMS = \
42 test_chat \ 44 test_chat \
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 \
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index 6076e3294..3f3f61d8d 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -27,6 +27,8 @@ gnunet_nat_server_SOURCES = \
27gnunet_nat_server_LDADD = \ 27gnunet_nat_server_LDADD = \
28 $(top_builddir)/src/nat/libgnunetnat.la \ 28 $(top_builddir)/src/nat/libgnunetnat.la \
29 $(top_builddir)/src/util/libgnunetutil.la 29 $(top_builddir)/src/util/libgnunetutil.la
30gnunet_nat_server_DEPENDENCIES = \
31 libgnunetnat.la
30 32
31gnunet_helper_nat_server_SOURCES = \ 33gnunet_helper_nat_server_SOURCES = \
32 $(NATSERVER) 34 $(NATSERVER)