aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 19:35:11 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 19:35:11 +0200
commitddfee3f564bff9c5d5719af3132d7869b8783ec4 (patch)
treee6fd7801fe6808797f3418bf081ab68d5a5ec27b /src/secretsharing/Makefile.am
parent852718c2473e41bc01ada0d53ad93c7da78e6ec8 (diff)
downloadgnunet-ddfee3f564bff9c5d5719af3132d7869b8783ec4.tar.gz
gnunet-ddfee3f564bff9c5d5719af3132d7869b8783ec4.zip
BUILD: more more components into new structure; ftbfs fix
Diffstat (limited to 'src/secretsharing/Makefile.am')
-rw-r--r--src/secretsharing/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/secretsharing/Makefile.am b/src/secretsharing/Makefile.am
index 6879ef609..c22d57fea 100644
--- a/src/secretsharing/Makefile.am
+++ b/src/secretsharing/Makefile.am
@@ -28,7 +28,7 @@ lib_LTLIBRARIES = \
28# gnunet-secretsharing-profiler.c 28# gnunet-secretsharing-profiler.c
29#gnunet_secretsharing_profiler_LDADD = \ 29#gnunet_secretsharing_profiler_LDADD = \
30# libgnunetsecretsharing.la \ 30# libgnunetsecretsharing.la \
31# $(top_builddir)/src/lib/testing/libgnunettesting.la \ 31# $(top_builddir)/src/service/testing/libgnunettesting.la \
32# $(top_builddir)/src/testbed/libgnunettestbed.la \ 32# $(top_builddir)/src/testbed/libgnunettestbed.la \
33# $(top_builddir)/src/lib/util/libgnunetutil.la \ 33# $(top_builddir)/src/lib/util/libgnunetutil.la \
34# $(GN_LIBINTL) 34# $(GN_LIBINTL)
@@ -67,7 +67,7 @@ test_secretsharing_api_SOURCES = \
67 test_secretsharing_api.c 67 test_secretsharing_api.c
68test_secretsharing_api_LDADD = \ 68test_secretsharing_api_LDADD = \
69 libgnunetsecretsharing.la \ 69 libgnunetsecretsharing.la \
70 $(top_builddir)/src/lib/testing/libgnunettesting.la \ 70 $(top_builddir)/src/service/testing/libgnunettesting.la \
71 $(top_builddir)/src/lib/util/libgnunetutil.la 71 $(top_builddir)/src/lib/util/libgnunetutil.la
72 72
73EXTRA_DIST = \ 73EXTRA_DIST = \