- dont resend useless channel_destroy messages
[oweals/gnunet.git] / src / set / Makefile.am
index 878ff0cbd722012db46c05fd3c8c64297d3cee99..a2ca25f94e96d0ad91884d95aef5807452607bb7 100644 (file)
@@ -45,12 +45,14 @@ gnunet_set_ibf_profiler_LDADD = \
 gnunet_service_set_SOURCES = \
  gnunet-service-set.c \
  gnunet-service-set_union.c \
+ gnunet-service-set_intersection.c \
  ibf.c \
  strata_estimator.c
 gnunet_service_set_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/core/libgnunetcore.la \
   $(top_builddir)/src/mesh/libgnunetmesh.la \
+  $(top_builddir)/src/block/libgnunetblock.la \
   $(GN_LIBINTL)
 
 libgnunetset_la_SOURCES = \
@@ -63,7 +65,7 @@ libgnunetset_la_LDFLAGS = \
 
 if HAVE_TESTING
 check_PROGRAMS = \
- test_set_api 
+ test_set_api test_set_union_result_full
 endif
 
 if ENABLE_TEST_RUN
@@ -79,6 +81,15 @@ test_set_api_LDADD = \
 test_set_api_DEPENDENCIES = \
   libgnunetset.la
 
+test_set_union_result_full_SOURCES = \
+ test_set_union_result_full.c
+test_set_union_result_full_LDADD = \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(top_builddir)/src/testing/libgnunettesting.la \
+  $(top_builddir)/src/set/libgnunetset.la
+test_set_union_result_full_DEPENDENCIES = \
+  libgnunetset.la
+
 EXTRA_DIST = \
   test_set.conf