gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29368 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r29368 - gnunet/src/gns
Date: Wed, 18 Sep 2013 12:01:35 +0200

Author: harsha
Date: 2013-09-18 12:01:35 +0200 (Wed, 18 Sep 2013)
New Revision: 29368

Modified:
   gnunet/src/gns/Makefile.am
Log:
- declare dependencies for supporting parallel build (make -j xx)


Modified: gnunet/src/gns/Makefile.am
===================================================================
--- gnunet/src/gns/Makefile.am  2013-09-18 09:24:32 UTC (rev 29367)
+++ gnunet/src/gns/Makefile.am  2013-09-18 10:01:35 UTC (rev 29368)
@@ -79,6 +79,9 @@
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
 gnunet_gns_DEPENDENCIES = \
+  $(top_builddir)/src/namestore/libgnunetnamestore.la \
+  $(top_builddir)/src/identity/libgnunetidentity.la \
+  $(top_builddir)/src/util/libgnunetutil.la \
   libgnunetgns.la
 
 gnunet_dns2gns_SOURCES = \
@@ -108,6 +111,8 @@
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
 gnunet_gns_proxy_DEPENDENCIES = \
+  $(top_builddir)/src/identity/libgnunetidentity.la \
+  $(top_builddir)/src/util/libgnunetutil.la \
   libgnunetgns.la
 
 gnunet_gns_helper_service_w32_SOURCES = \
@@ -117,6 +122,7 @@
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
 gnunet_gns_helper_service_w32_DEPENDENCIES = \
+  $(top_builddir)/src/util/libgnunetutil.la \
   libgnunetgns.la
 
 w32nsp_install_SOURCES = \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]