aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-08-15 09:08:02 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-08-15 09:08:02 +0000
commit2b0a1ca8d83ce53444e3e20a94bcf995d11daf12 (patch)
treea7d1e2547cf8e9efd91b820c0a524b1c21626bae /src/namestore/Makefile.am
parent78fb9df1f23a873b69511ec5508b6d2acd0385dd (diff)
downloadgnunet-2b0a1ca8d83ce53444e3e20a94bcf995d11daf12.tar.gz
gnunet-2b0a1ca8d83ce53444e3e20a94bcf995d11daf12.zip
- fix parallel build
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index da833b4ba..e7a18b151 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -118,7 +118,7 @@ gnunet_namestore_fcfsd_LDADD = -lmicrohttpd \
118 $(GN_LIBINTL) 118 $(GN_LIBINTL)
119gnunet_namestore_fcfsd_DEPENDENCIES = \ 119gnunet_namestore_fcfsd_DEPENDENCIES = \
120 $(top_builddir)/src/util/libgnunetutil.la \ 120 $(top_builddir)/src/util/libgnunetutil.la \
121 $(top_builddir)/src/namestore/libgnunetnamestore.la 121 libgnunetnamestore.la
122 122
123 123
124 124