aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2024-02-23 18:31:50 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2024-02-23 18:31:50 +0100
commit7cba908122425b8584eb927c5c58be8e32790dae (patch)
tree39b065db7f9d45a19a5926b08fc80ba5c15c16a2
parent83dda01ce3bb6c9af87e73addc1275a542fc7fbd (diff)
downloadgnunet-7cba908122425b8584eb927c5c58be8e32790dae.tar.gz
gnunet-7cba908122425b8584eb927c5c58be8e32790dae.zip
PEERSTORE: ftbfs fix for autotools; forgot to add new file
-rw-r--r--src/service/peerstore/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service/peerstore/Makefile.am b/src/service/peerstore/Makefile.am
index a12e8ff8b..1f6385bb7 100644
--- a/src/service/peerstore/Makefile.am
+++ b/src/service/peerstore/Makefile.am
@@ -32,6 +32,7 @@ gnunet_service_peerstore_LDADD = \
32 32
33libgnunetpeerstore_la_SOURCES = \ 33libgnunetpeerstore_la_SOURCES = \
34 peerstore_api.c \ 34 peerstore_api.c \
35 peerstore_api_monitor.c \
35 peerstore_common.c 36 peerstore_common.c
36libgnunetpeerstore_la_LIBADD = \ 37libgnunetpeerstore_la_LIBADD = \
37 $(top_builddir)/src/lib/util/libgnunetutil.la \ 38 $(top_builddir)/src/lib/util/libgnunetutil.la \