aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-05 12:16:39 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-05 12:16:39 +0000
commit0f1462b0595e41eb71f5282371d37d0b56b6d06b (patch)
treeb381db906a2fe580411097474f737dfdaf5a606b /src/namestore/Makefile.am
parent9743bcab91d15d1d6bfb93ae17669b53a98f80f9 (diff)
downloadgnunet-0f1462b0595e41eb71f5282371d37d0b56b6d06b.tar.gz
gnunet-0f1462b0595e41eb71f5282371d37d0b56b6d06b.zip
-LRN: add dependencies to namestore
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 23fac2eb5..f937c502f 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -82,6 +82,10 @@ libgnunet_plugin_namestore_sqlite_la_LIBADD = \
82 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 82 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3
83libgnunet_plugin_namestore_sqlite_la_LDFLAGS = \ 83libgnunet_plugin_namestore_sqlite_la_LDFLAGS = \
84 $(GN_PLUGIN_LDFLAGS) 84 $(GN_PLUGIN_LDFLAGS)
85libgnunet_plugin_namestore_sqlite_la_DEPENDENCIES = \
86 $(top_builddir)/src/statistics/libgnunetstatistics.la \
87 $(top_builddir)/src/util/libgnunetutil.la \
88 libgnunetnamestore.la
85 89
86test_namestore_api_sign_verify_SOURCES = \ 90test_namestore_api_sign_verify_SOURCES = \
87 test_namestore_api_sign_verify.c 91 test_namestore_api_sign_verify.c