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 = \
libbrandt_la_LDFLAGS = \
-version-info 0:0:0
+noinst_PROGRAMS = \
+ bench
+
+bench_SOURCES = bench.c
+bench_LDADD = libbrandt.la -lgcrypt -lgpg-error -lgnunetutil
+
check_PROGRAMS = \
test_crypto \
test_brandt