aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/Makefile.am
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-05-12 11:41:33 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-05-12 11:41:33 +0000
commitfbba1459de972e27660c6abd8e28b7c6229fe040 (patch)
treeb283f076285ff5ee632a32344e9f49bbe238fb06 /src/peerstore/Makefile.am
parent3927fc12b66a15a8ce60e3feb0ba33d824848732 (diff)
downloadgnunet-fbba1459de972e27660c6abd8e28b7c6229fe040.tar.gz
gnunet-fbba1459de972e27660c6abd8e28b7c6229fe040.zip
PEERSTORE cleanup and api test
Diffstat (limited to 'src/peerstore/Makefile.am')
-rw-r--r--src/peerstore/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am
index 40072836c..4c4c84ed1 100644
--- a/src/peerstore/Makefile.am
+++ b/src/peerstore/Makefile.am
@@ -72,5 +72,7 @@ endif
72test_peerstore_api_SOURCES = \ 72test_peerstore_api_SOURCES = \
73 test_peerstore_api.c 73 test_peerstore_api.c
74test_peerstore_api_LDADD = \ 74test_peerstore_api_LDADD = \
75 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
76 $(top_builddir)/src/testing/libgnunettesting.la \
75 $(top_builddir)/src/util/libgnunetutil.la 77 $(top_builddir)/src/util/libgnunetutil.la
76 78