authentication of ciphertexts (+ seed)
[oweals/gnunet.git] / src / core / Makefile.am
index d6b938764183186599714669903db111286f1b7d..ded3d476c8eaa7d8cbcea12dc3ccdfd7694b538b 100644 (file)
@@ -16,7 +16,8 @@ lib_LTLIBRARIES = \
 libgnunetcore_la_SOURCES = \
   core_api.c core.h \
   core_api_peer_get_info.c \
-  core_api_peer_request.c
+  core_api_peer_request.c \
+  core_api_iterate_peers.c
 libgnunetcore_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL) $(XLIB)
@@ -44,7 +45,9 @@ check_PROGRAMS = \
  test_core_api \
  test_core_api_reliability
 
+if !DISABLE_TEST_RUN
 TESTS = $(check_PROGRAMS)
+endif
 
 test_core_api_SOURCES = \
  test_core_api.c