aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-06-13 21:01:14 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-06-13 21:01:14 +0200
commit557fbe2cc32f3ff6d8c2c0c8aa272f7b55f45618 (patch)
tree1804896d2e6d2ffb14936a6570b96c65e230143f /Makefile.am
parent745dff3ac02a97d5686270fd142a31ad6e5badb2 (diff)
downloadlibbrandt-557fbe2cc32f3ff6d8c2c0c8aa272f7b55f45618.tar.gz
libbrandt-557fbe2cc32f3ff6d8c2c0c8aa272f7b55f45618.zip
add first ZKP including test case
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 8264db3..76820c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,10 +7,11 @@ lib_LTLIBRARIES = \
7libbrandt_la_SOURCES = \ 7libbrandt_la_SOURCES = \
8 brandt.c \ 8 brandt.c \
9 crypto.c \ 9 crypto.c \
10 util.c 10 util.c \
11 smc.c
11 12
12libbrandt_la_LIBADD = \ 13libbrandt_la_LIBADD = \
13 -lpari 14 -lgcrypt -lgpg-error
14 15
15libbrandt_la_LDFLAGS = \ 16libbrandt_la_LDFLAGS = \
16 -version-info 0:0:0 17 -version-info 0:0:0