-fixing misc issues and bugs, including better termination logic for intersection...
[oweals/gnunet.git] / src / set / Makefile.am
index 8aaea88f24dd3b3d308ab376561b1ad2402d036e..f0e05caa14589bc979814745d01d4bf8081c9f3a 100644 (file)
@@ -15,7 +15,7 @@ if USE_COVERAGE
   AM_CFLAGS = -fprofile-arcs -ftest-coverage
 endif
 
-bin_PROGRAMS = \
+noinst_PROGRAMS = \
  gnunet-set-profiler gnunet-set-ibf-profiler
 
 libexec_PROGRAMS = \
@@ -45,8 +45,8 @@ gnunet_service_set_SOURCES = \
  gnunet-service-set_union.c \
  gnunet-service-set_intersection.c \
  ibf.c ibf.h \
strata_estimator.c strata_estimator.h \
- set_protocol.h
gnunet-service-set_union_strata_estimator.c gnunet-service-set_union_strata_estimator.h \
gnunet-service-set_protocol.h
 gnunet_service_set_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/core/libgnunetcore.la \