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)
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 = \
crypto.c \
fp_priv.c \
fp_pub.c \
+ mp_priv.c \
util.c
libbrandt_la_LIBADD = \