-simplify
[oweals/gnunet.git] / src / consensus / Makefile.am
index e469de05755bb0ea7165d888bfd15e1b63dec5ca..82af29c87a38511072eabd4ff68afa7054fa5c12 100644 (file)
@@ -61,7 +61,8 @@ gnunet_consensus_ibf_LDADD = \
 
 gnunet_service_consensus_SOURCES = \
  gnunet-service-consensus.c \
- ibf.c
+ ibf.c \
+ strata_estimator.c
 gnunet_service_consensus_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/core/libgnunetcore.la \
@@ -71,7 +72,8 @@ gnunet_service_consensus_LDADD = \
 
 gnunet_service_evil_consensus_SOURCES = \
  gnunet-service-consensus.c \
- ibf.c
+ ibf.c \
+ strata_estimator.c
 gnunet_service_evil_consensus_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/core/libgnunetcore.la \