aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b4f41d1..d3cd53e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,12 @@ libbrandt_la_LIBADD = \
18libbrandt_la_LDFLAGS = \ 18libbrandt_la_LDFLAGS = \
19 -version-info 0:0:0 19 -version-info 0:0:0
20 20
21noinst_PROGRAMS = \
22 bench
23
24bench_SOURCES = bench.c
25bench_LDADD = libbrandt.la -lgcrypt -lgpg-error -lgnunetutil
26
21check_PROGRAMS = \ 27check_PROGRAMS = \
22 test_crypto \ 28 test_crypto \
23 test_brandt 29 test_brandt