api changes
[oweals/gnunet.git] / src / peerinfo-tool / Makefile.am
index e6593752dc06c9f6a854944b1379e5b87369a8a2..2182e8a7ef0f53b2010769a9eaaee2071cefd337 100644 (file)
@@ -13,10 +13,14 @@ bin_PROGRAMS = \
  gnunet-peerinfo 
 
 gnunet_peerinfo_SOURCES = \
- gnunet-peerinfo.c         
+ gnunet-peerinfo.c \
+ gnunet-peerinfo_plugins.c gnunet-peerinfo_plugins.h
+
 gnunet_peerinfo_LDADD = \
   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
   $(top_builddir)/src/transport/libgnunettransport.la \
+  $(top_builddir)/src/hello/libgnunethello.la \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la 
 
 if HAVE_PYTHON_PEXPECT
@@ -24,7 +28,9 @@ check_SCRIPTS = \
  test_gnunet_peerinfo.py 
 endif
 
+if ENABLE_TEST_RUN
 TESTS = $(check_SCRIPTS)
+endif
 
 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'