aboutsummaryrefslogtreecommitdiff
path: root/src/chat
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/chat
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/chat')
-rw-r--r--src/chat/Makefile.am2
1 files changed, 2 insertions, 0 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 \