aboutsummaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-11-16 15:21:20 +0000
committerNathan S. Evans <evans@in.tum.de>2010-11-16 15:21:20 +0000
commit03b104dab570998b1f791994a8134d35b4b4dc0a (patch)
tree98851c89adfbdeef8e0f1a3eff3d1854160ebd48 /src/core/Makefile.am
parent7f8e018e0b12b0ecc1a6021020af9e5f84846b02 (diff)
downloadgnunet-03b104dab570998b1f791994a8134d35b4b4dc0a.tar.gz
gnunet-03b104dab570998b1f791994a8134d35b4b4dc0a.zip
Testing changes required to work with new core api. Revert GNUNET_CORE_iterate_peers call to work properly.
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 94db94959..0b8a34ff9 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -14,7 +14,8 @@ lib_LTLIBRARIES = \
14 libgnunetcore.la 14 libgnunetcore.la
15 15
16libgnunetcore_la_SOURCES = \ 16libgnunetcore_la_SOURCES = \
17 core_api.c core.h 17 core_api.c core.h \
18 core_api_iterate_peers.c
18libgnunetcore_la_LIBADD = \ 19libgnunetcore_la_LIBADD = \
19 $(top_builddir)/src/util/libgnunetutil.la \ 20 $(top_builddir)/src/util/libgnunetutil.la \
20 $(GN_LIBINTL) $(XLIB) 21 $(GN_LIBINTL) $(XLIB)