aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Makefile.am2
-rw-r--r--src/core/core_api_monitor_peers.c (renamed from src/core/core_api_iterate_peers.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 17161af61..5e046f521 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -22,7 +22,7 @@ lib_LTLIBRARIES = \
22 22
23libgnunetcore_la_SOURCES = \ 23libgnunetcore_la_SOURCES = \
24 core_api.c core.h \ 24 core_api.c core.h \
25 core_api_iterate_peers.c 25 core_api_monitor_peers.c
26libgnunetcore_la_LIBADD = \ 26libgnunetcore_la_LIBADD = \
27 $(top_builddir)/src/util/libgnunetutil.la \ 27 $(top_builddir)/src/util/libgnunetutil.la \
28 $(GN_LIBINTL) $(XLIB) 28 $(GN_LIBINTL) $(XLIB)
diff --git a/src/core/core_api_iterate_peers.c b/src/core/core_api_monitor_peers.c
index f5a3c0e98..f5a3c0e98 100644
--- a/src/core/core_api_iterate_peers.c
+++ b/src/core/core_api_monitor_peers.c