diff options
Diffstat (limited to 'src/secretsharing/Makefile.am')
-rw-r--r-- | src/secretsharing/Makefile.am | 6 |
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 | ||
16 | libexec_PROGRAMS = \ | 16 | libexec_PROGRAMS = \ |
17 | gnunet-service-secretsharing | 17 | gnunet-service-secretsharing \ |
18 | gnunet-secretsharing-profiler | ||
18 | 19 | ||
19 | lib_LTLIBRARIES = \ | 20 | lib_LTLIBRARIES = \ |
20 | libgnunetsecretsharing.la | 21 | libgnunetsecretsharing.la |
@@ -51,9 +52,6 @@ libgnunetsecretsharing_la_LIBADD = \ | |||
51 | libgnunetsecretsharing_la_LDFLAGS = \ | 52 | libgnunetsecretsharing_la_LDFLAGS = \ |
52 | $(GN_LIB_LDFLAGS) | 53 | $(GN_LIB_LDFLAGS) |
53 | 54 | ||
54 | bin_PROGRAMS = \ | ||
55 | gnunet-secretsharing-profiler | ||
56 | |||
57 | check_PROGRAMS = \ | 55 | check_PROGRAMS = \ |
58 | test_secretsharing_api | 56 | test_secretsharing_api |
59 | 57 | ||