diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d3cd53e..bd5d43e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,8 @@ libbrandt_la_LDFLAGS = \ -version-info 0:0:0 noinst_PROGRAMS = \ - bench + bench \ + replay bench_SOURCES = bench.c bench_LDADD = libbrandt.la -lgcrypt -lgpg-error -lgnunetutil @@ -32,6 +33,9 @@ test_crypto_SOURCES = test_crypto.c test_crypto_LDADD = libbrandt.la -lgcrypt -lgpg-error -lgnunetutil test_brandt_SOURCES = test_brandt.c -test_brandt_LDADD = libbrandt.la -lgcrypt -lgpg-error -lgnunetutil +test_brandt_LDADD = libbrandt.la -lgcrypt -ljansson -lgpg-error -lgnunetutil -lgnunetjson + +replay_SOURCES = replay.c +replay_LDADD = libbrandt.la -lgcrypt -ljansson -lgpg-error -lgnunetutil -lgnunetjson TESTS = $(check_PROGRAMS) |