aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-29 08:44:35 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-29 08:44:35 +0000
commitfe1e67e9cab9d7bad0211c654ec90f1ef15b7c97 (patch)
tree297519bb51e730dd522af3b0f41c17bbfb9d1185 /src
parent0a908f01fdd37610ae9a075285b9c7e33c73190a (diff)
downloadgnunet-fe1e67e9cab9d7bad0211c654ec90f1ef15b7c97.tar.gz
gnunet-fe1e67e9cab9d7bad0211c654ec90f1ef15b7c97.zip
-LRN: fix
Diffstat (limited to 'src')
-rw-r--r--src/namestore/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index ca87aa721..f67ccf9ad 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -51,6 +51,7 @@ gnunet_service_namestore_LDADD = \
51 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 51 $(top_builddir)/src/namestore/libgnunetnamestore.la \
52 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 52 $(top_builddir)/src/statistics/libgnunetstatistics.la \
53 $(top_builddir)/src/util/libgnunetutil.la \ 53 $(top_builddir)/src/util/libgnunetutil.la \
54 libgnunetnamestore.la \
54 $(GN_LIBINTL) 55 $(GN_LIBINTL)
55 56
56if HAVE_SQLITE 57if HAVE_SQLITE