X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fset%2FMakefile.am;h=14667d0ef97fa0e12970c963eacc52c4a5963d28;hb=5086d45a1e477db25f8aa84a53dd3afd32cb0ceb;hp=cfe95bc1a62274b04e2d1fae06144038bd1c2a18;hpb=f82b3a27df765f4a31548ae4efe66dc3dbc42cef;p=oweals%2Fgnunet.git diff --git a/src/set/Makefile.am b/src/set/Makefile.am index cfe95bc1a..14667d0ef 100644 --- a/src/set/Makefile.am +++ b/src/set/Makefile.am @@ -51,7 +51,7 @@ gnunet_set_ibf_profiler_LDADD = \ gnunet_service_set_SOURCES = \ gnunet-service-set.c gnunet-service-set.h \ - gnunet-service-set_union.c \ + gnunet-service-set_union.c gnunet-service-set_union.h \ gnunet-service-set_intersection.c \ ibf.c ibf.h \ gnunet-service-set_union_strata_estimator.c gnunet-service-set_union_strata_estimator.h \ @@ -60,7 +60,7 @@ gnunet_service_set_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/core/libgnunetcore.la \ - $(top_builddir)/src/cadet/libgnunetcadetnew.la \ + $(top_builddir)/src/cadet/libgnunetcadet.la \ $(top_builddir)/src/block/libgnunetblock.la \ libgnunetset.la \ $(GN_LIBINTL)