diff options
author | Julius Bünger <buenger@mytum.de> | 2015-06-23 12:49:03 +0000 |
---|---|---|
committer | Julius Bünger <buenger@mytum.de> | 2015-06-23 12:49:03 +0000 |
commit | 93c241c65dfcd0ffba7852740fb34a4c3249b52b (patch) | |
tree | becc6d23f6c0d9e102d1696489fc18b2c61bf2c6 /src | |
parent | fd43263931775f6099b7de398433dfdc4ad496ea (diff) |
-fixed missing link to library
Diffstat (limited to 'src')
-rw-r--r-- | src/rps/Makefile.am | 1 |
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 = \ libgnunetrps.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/cadet/libgnunetcadet.la \ + $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ $(top_builddir)/src/nse/libgnunetnse.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(LIBGCRYPT_LIBS) \ |