aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/seti/Makefile.am2
-rw-r--r--src/setu/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/seti/Makefile.am b/src/seti/Makefile.am
index b4980b670..522f33ece 100644
--- a/src/seti/Makefile.am
+++ b/src/seti/Makefile.am
@@ -37,7 +37,7 @@ gnunet_seti_profiler_LDADD = \
37 37
38gnunet_service_seti_SOURCES = \ 38gnunet_service_seti_SOURCES = \
39 gnunet-service-seti.c \ 39 gnunet-service-seti.c \
40 gnunet-service-set_protocol.h 40 gnunet-service-seti_protocol.h
41gnunet_service_seti_LDADD = \ 41gnunet_service_seti_LDADD = \
42 $(top_builddir)/src/util/libgnunetutil.la \ 42 $(top_builddir)/src/util/libgnunetutil.la \
43 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 43 $(top_builddir)/src/statistics/libgnunetstatistics.la \
diff --git a/src/setu/Makefile.am b/src/setu/Makefile.am
index b37ceba51..cc7711462 100644
--- a/src/setu/Makefile.am
+++ b/src/setu/Makefile.am
@@ -46,7 +46,7 @@ gnunet_setu_ibf_profiler_LDADD = \
46 $(GN_LIBINTL) 46 $(GN_LIBINTL)
47 47
48gnunet_service_setu_SOURCES = \ 48gnunet_service_setu_SOURCES = \
49 gnunet-service-setu.c gnunet-service-setu.h \ 49 gnunet-service-setu.c gnunet-service-setu_protocol.h \
50 ibf.c ibf.h \ 50 ibf.c ibf.h \
51 gnunet-service-setu_strata_estimator.c gnunet-service-setu_strata_estimator.h \ 51 gnunet-service-setu_strata_estimator.c gnunet-service-setu_strata_estimator.h \
52 gnunet-service-setu_protocol.h 52 gnunet-service-setu_protocol.h