aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/secretsharing/Makefile.am')
-rw-r--r--src/secretsharing/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/secretsharing/Makefile.am b/src/secretsharing/Makefile.am
index 13dd0bd8d..0560417e9 100644
--- a/src/secretsharing/Makefile.am
+++ b/src/secretsharing/Makefile.am
@@ -14,7 +14,8 @@ endif
14 14
15 15
16libexec_PROGRAMS = \ 16libexec_PROGRAMS = \
17 gnunet-service-secretsharing 17 gnunet-service-secretsharing \
18 gnunet-secretsharing-profiler
18 19
19lib_LTLIBRARIES = \ 20lib_LTLIBRARIES = \
20 libgnunetsecretsharing.la 21 libgnunetsecretsharing.la
@@ -51,9 +52,6 @@ libgnunetsecretsharing_la_LIBADD = \
51libgnunetsecretsharing_la_LDFLAGS = \ 52libgnunetsecretsharing_la_LDFLAGS = \
52 $(GN_LIB_LDFLAGS) 53 $(GN_LIB_LDFLAGS)
53 54
54bin_PROGRAMS = \
55 gnunet-secretsharing-profiler
56
57check_PROGRAMS = \ 55check_PROGRAMS = \
58 test_secretsharing_api 56 test_secretsharing_api
59 57