aboutsummaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-19 11:11:05 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-19 11:11:05 +0000
commit1cdd1a9f1a47dcea568793561a436a3d9850bb80 (patch)
tree39507edd0ac7734889850c5c73da6242a2e0dad4 /src/core/Makefile.am
parent632e5e519eb416b14a278b569ac1bb4439fb021d (diff)
downloadgnunet-1cdd1a9f1a47dcea568793561a436a3d9850bb80.tar.gz
gnunet-1cdd1a9f1a47dcea568793561a436a3d9850bb80.zip
dd dependencies to some programs
Should allow for correct building with make -j* -LRN
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 \