summaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-09-18 10:01:35 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-09-18 10:01:35 +0000
commit473ae3cd78236cd4158bdcf8258fe6f45f0fa19d (patch)
tree6b8da8303be476818cee5151e1c48fc2722bbd0f /src/gns/Makefile.am
parent8413204fafc0c84783bf3cd1ebee9ab3aa2f0ca7 (diff)
downloadgnunet-473ae3cd78236cd4158bdcf8258fe6f45f0fa19d.tar.gz
gnunet-473ae3cd78236cd4158bdcf8258fe6f45f0fa19d.zip
- declare dependencies for supporting parallel build (make -j xx)
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 81c7fed17..3c7c3ea68 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -79,6 +79,9 @@ gnunet_gns_LDADD = \
79 $(top_builddir)/src/util/libgnunetutil.la \ 79 $(top_builddir)/src/util/libgnunetutil.la \
80 $(GN_LIBINTL) 80 $(GN_LIBINTL)
81gnunet_gns_DEPENDENCIES = \ 81gnunet_gns_DEPENDENCIES = \
82 $(top_builddir)/src/namestore/libgnunetnamestore.la \
83 $(top_builddir)/src/identity/libgnunetidentity.la \
84 $(top_builddir)/src/util/libgnunetutil.la \
82 libgnunetgns.la 85 libgnunetgns.la
83 86
84gnunet_dns2gns_SOURCES = \ 87gnunet_dns2gns_SOURCES = \
@@ -108,6 +111,8 @@ gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lgnutls \
108 $(top_builddir)/src/util/libgnunetutil.la \ 111 $(top_builddir)/src/util/libgnunetutil.la \
109 $(GN_LIBINTL) 112 $(GN_LIBINTL)
110gnunet_gns_proxy_DEPENDENCIES = \ 113gnunet_gns_proxy_DEPENDENCIES = \
114 $(top_builddir)/src/identity/libgnunetidentity.la \
115 $(top_builddir)/src/util/libgnunetutil.la \
111 libgnunetgns.la 116 libgnunetgns.la
112 117
113gnunet_gns_helper_service_w32_SOURCES = \ 118gnunet_gns_helper_service_w32_SOURCES = \
@@ -117,6 +122,7 @@ gnunet_gns_helper_service_w32_LDADD = \
117 $(top_builddir)/src/util/libgnunetutil.la \ 122 $(top_builddir)/src/util/libgnunetutil.la \
118 $(GN_LIBINTL) 123 $(GN_LIBINTL)
119gnunet_gns_helper_service_w32_DEPENDENCIES = \ 124gnunet_gns_helper_service_w32_DEPENDENCIES = \
125 $(top_builddir)/src/util/libgnunetutil.la \
120 libgnunetgns.la 126 libgnunetgns.la
121 127
122w32nsp_install_SOURCES = \ 128w32nsp_install_SOURCES = \