aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-09-06 10:15:20 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-09-06 10:15:20 +0200
commite891ca34b2e663ffa574a570845407815a6dbdd1 (patch)
treef05013be1a003dbee748066550c10364d0406cbd /src
parent6656636f73c1e6d12403fe1ea86e0e0c13ab0cc3 (diff)
downloadgnunet-e891ca34b2e663ffa574a570845407815a6dbdd1.tar.gz
gnunet-e891ca34b2e663ffa574a570845407815a6dbdd1.zip
-fix make dist
Diffstat (limited to 'src')
-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