aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-04 22:52:00 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-04 22:52:00 +0200
commit5df04510362413a6c215365879058f5c445e1f3c (patch)
tree3c17f355f98529ba36cd4626b723240a7ef429d2 /src/secretsharing/Makefile.am
parent9ff663cc02f81cd842fb07e7c29c44a809368423 (diff)
downloadgnunet-5df04510362413a6c215365879058f5c445e1f3c.tar.gz
gnunet-5df04510362413a6c215365879058f5c445e1f3c.zip
Remove most of old transport, ATS and PEERINFO. Disable TESTBED and related tests
Diffstat (limited to 'src/secretsharing/Makefile.am')
-rw-r--r--src/secretsharing/Makefile.am21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/secretsharing/Makefile.am b/src/secretsharing/Makefile.am
index b13d5a838..3a86236cd 100644
--- a/src/secretsharing/Makefile.am
+++ b/src/secretsharing/Makefile.am
@@ -16,21 +16,22 @@ endif
16libexec_PROGRAMS = \ 16libexec_PROGRAMS = \
17 gnunet-service-secretsharing 17 gnunet-service-secretsharing
18 18
19noinst_PROGRAMS = \ 19#noinst_PROGRAMS = \
20 gnunet-secretsharing-profiler 20# gnunet-secretsharing-profiler
21 21
22lib_LTLIBRARIES = \ 22lib_LTLIBRARIES = \
23 libgnunetsecretsharing.la 23 libgnunetsecretsharing.la
24 24
25 25
26gnunet_secretsharing_profiler_SOURCES = \ 26# TNG
27 gnunet-secretsharing-profiler.c 27#gnunet_secretsharing_profiler_SOURCES = \
28gnunet_secretsharing_profiler_LDADD = \ 28# gnunet-secretsharing-profiler.c
29 libgnunetsecretsharing.la \ 29#gnunet_secretsharing_profiler_LDADD = \
30 $(top_builddir)/src/testing/libgnunettesting.la \ 30# libgnunetsecretsharing.la \
31 $(top_builddir)/src/testbed/libgnunettestbed.la \ 31# $(top_builddir)/src/testing/libgnunettesting.la \
32 $(top_builddir)/src/util/libgnunetutil.la \ 32# $(top_builddir)/src/testbed/libgnunettestbed.la \
33 $(GN_LIBINTL) 33# $(top_builddir)/src/util/libgnunetutil.la \
34# $(GN_LIBINTL)
34 35
35gnunet_service_secretsharing_SOURCES = \ 36gnunet_service_secretsharing_SOURCES = \
36 gnunet-service-secretsharing.c \ 37 gnunet-service-secretsharing.c \