diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2024-02-23 18:31:50 +0100 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2024-02-23 18:31:50 +0100 |
commit | 7cba908122425b8584eb927c5c58be8e32790dae (patch) | |
tree | 39b065db7f9d45a19a5926b08fc80ba5c15c16a2 | |
parent | 83dda01ce3bb6c9af87e73addc1275a542fc7fbd (diff) | |
download | gnunet-7cba908122425b8584eb927c5c58be8e32790dae.tar.gz gnunet-7cba908122425b8584eb927c5c58be8e32790dae.zip |
PEERSTORE: ftbfs fix for autotools; forgot to add new file
-rw-r--r-- | src/service/peerstore/Makefile.am | 1 |
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 | ||
33 | libgnunetpeerstore_la_SOURCES = \ | 33 | libgnunetpeerstore_la_SOURCES = \ |
34 | peerstore_api.c \ | 34 | peerstore_api.c \ |
35 | peerstore_api_monitor.c \ | ||
35 | peerstore_common.c | 36 | peerstore_common.c |
36 | libgnunetpeerstore_la_LIBADD = \ | 37 | libgnunetpeerstore_la_LIBADD = \ |
37 | $(top_builddir)/src/lib/util/libgnunetutil.la \ | 38 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |