aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerstore/Makefile.am')
-rw-r--r--src/peerstore/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am
index 41fa18b98..b73bd2477 100644
--- a/src/peerstore/Makefile.am
+++ b/src/peerstore/Makefile.am
@@ -44,7 +44,8 @@ libgnunetpeerstore_la_SOURCES = \
44 peerstore_api.c \ 44 peerstore_api.c \
45 peerstore_common.c 45 peerstore_common.c
46libgnunetpeerstore_la_LIBADD = \ 46libgnunetpeerstore_la_LIBADD = \
47 $(top_builddir)/src/util/libgnunetutil.la 47 $(top_builddir)/src/util/libgnunetutil.la \
48 $(top_builddir)/src/hello/libgnunethello.la
48libgnunetpeerstore_la_LDFLAGS = \ 49libgnunetpeerstore_la_LDFLAGS = \
49 $(GN_LIBINTL) \ 50 $(GN_LIBINTL) \
50 $(GN_LIB_LDFLAGS) 51 $(GN_LIB_LDFLAGS)