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 libexec_PROGRAMS = \ - gnunet-service-secretsharing + gnunet-service-secretsharing \ + gnunet-secretsharing-profiler lib_LTLIBRARIES = \ libgnunetsecretsharing.la @@ -51,9 +52,6 @@ libgnunetsecretsharing_la_LIBADD = \ libgnunetsecretsharing_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) -bin_PROGRAMS = \ - gnunet-secretsharing-profiler - check_PROGRAMS = \ test_secretsharing_api |