aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-06-23 12:49:03 +0000
committerJulius Bünger <buenger@mytum.de>2015-06-23 12:49:03 +0000
commit93c241c65dfcd0ffba7852740fb34a4c3249b52b (patch)
treebecc6d23f6c0d9e102d1696489fc18b2c61bf2c6 /src/rps
parentfd43263931775f6099b7de398433dfdc4ad496ea (diff)
downloadgnunet-93c241c65dfcd0ffba7852740fb34a4c3249b52b.tar.gz
gnunet-93c241c65dfcd0ffba7852740fb34a4c3249b52b.zip
-fixed missing link to library
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index 97f73ed3d..fd3ae038f 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -56,6 +56,7 @@ gnunet_service_rps_LDADD = \
56 libgnunetrps.la \ 56 libgnunetrps.la \
57 $(top_builddir)/src/util/libgnunetutil.la \ 57 $(top_builddir)/src/util/libgnunetutil.la \
58 $(top_builddir)/src/cadet/libgnunetcadet.la \ 58 $(top_builddir)/src/cadet/libgnunetcadet.la \
59 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
59 $(top_builddir)/src/nse/libgnunetnse.la \ 60 $(top_builddir)/src/nse/libgnunetnse.la \
60 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 61 $(top_builddir)/src/statistics/libgnunetstatistics.la \
61 $(LIBGCRYPT_LIBS) \ 62 $(LIBGCRYPT_LIBS) \