api changes
[oweals/gnunet.git] / src / peerinfo-tool / Makefile.am
index f4f41ffad4417139b7f8c881478b706fca2dd2bf..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,7 @@ check_SCRIPTS = \
  test_gnunet_peerinfo.py 
 endif
 
-if !DISABLE_TEST_RUN
+if ENABLE_TEST_RUN
 TESTS = $(check_SCRIPTS)
 endif