aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-10-15 20:33:21 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-10-15 20:33:21 +0200
commit5ce71329cfa5540aa8bb7091df292fc133bcf8fa (patch)
treeab79ad8748a00a93c15485386b973227b72b9287 /Makefile.am
parent5d028cc81ef0635a9dbf57584a1ac0dd3bb3cfb2 (diff)
downloadlibbrandt-5ce71329cfa5540aa8bb7091df292fc133bcf8fa.tar.gz
libbrandt-5ce71329cfa5540aa8bb7091df292fc133bcf8fa.zip
add M+1st price private outcome implementation
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 92674e6..e0b6356 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,6 +9,7 @@ libbrandt_la_SOURCES = \
9 crypto.c \ 9 crypto.c \
10 fp_priv.c \ 10 fp_priv.c \
11 fp_pub.c \ 11 fp_pub.c \
12 mp_priv.c \
12 util.c 13 util.c
13 14
14libbrandt_la_LIBADD = \ 15libbrandt_la_LIBADD = \