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