Smallers steps to keep plugin running
[oweals/gnunet.git] / src / hostlist / Makefile.am
index ac14099619b396b9ccec876597748b63a4a9fc5f..e2dd27a2929034ab11436cfc3fc247947e666c6e 100644 (file)
@@ -4,14 +4,18 @@ if USE_COVERAGE
   AM_CFLAGS = --coverage -O0
 endif
 
+if HAVE_MHD
+ HOSTLIST_SERVER_SOURCES =  hostlist-server.c hostlist-server.h 
+ GN_LIBMHD = -lmicrohttpd
+endif
 
 bin_PROGRAMS = \
  gnunet-daemon-hostlist
 
 gnunet_daemon_hostlist_SOURCES = \
- gnunet-daemon-hostlist.c \
+ gnunet-daemon-hostlist.c gnunet-daemon-hostlist.h \
  hostlist-client.c hostlist-client.h \
- hostlist-server.c hostlist-server.h 
+ $(HOSTLIST_SERVER_SOURCES)
 
 gnunet_daemon_hostlist_LDADD = \
   $(top_builddir)/src/core/libgnunetcore.la \
@@ -20,29 +24,44 @@ gnunet_daemon_hostlist_LDADD = \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/transport/libgnunettransport.la \
   $(top_builddir)/src/util/libgnunetutil.la \
-  -lmicrohttpd \
+  $(GN_LIBMHD) \
   @LIBCURL@ \
   $(GN_LIBINTL)
 
 gnunet_daemon_hostlist_CPPFLAGS = \
  @LIBCURL_CPPFLAGS@ 
 
-
-
 check_PROGRAMS = \
- test_gnunet_daemon_hostlist
+ test_gnunet_daemon_hostlist \
+ test_gnunet_daemon_hostlist_learning
 
-# TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
+if HAVE_MHD
+if !DISABLE_TEST_RUN
+TESTS = \
+ test_gnunet_daemon_hostlist \
+ test_gnunet_daemon_hostlist_learning
+endif
+endif
 
 test_gnunet_daemon_hostlist_SOURCES = \
  test_gnunet_daemon_hostlist.c
 test_gnunet_daemon_hostlist_LDADD = \
   $(top_builddir)/src/transport/libgnunettransport.la \
-  $(top_builddir)/src/arm/libgnunetarm.la \
+  $(top_builddir)/src/util/libgnunetutil.la  
+
+test_gnunet_daemon_hostlist_learning_SOURCES = \
+ test_gnunet_daemon_hostlist_learning.c
+test_gnunet_daemon_hostlist_learning_LDADD = \
+  $(top_builddir)/src/transport/libgnunettransport.la \
+  $(top_builddir)/src/core/libgnunetcore.la \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la  
 
 EXTRA_DIST = \
   test_gnunet_daemon_hostlist_data.conf \
-  test_gnunet_daemon_hostlist_data_peer1.conf \
-  test_gnunet_daemon_hostlist_data_peer2.conf 
-
+  test_gnunet_daemon_hostlist_peer1.conf \
+  test_gnunet_daemon_hostlist_peer2.conf \
+  test_learning_adv_peer.conf \
+  test_learning_learn_peer.conf \
+  test_learning_learn_peer2.conf \
+  learning_data.conf