aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-11-22 03:17:01 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-11-22 03:17:01 +0100
commit5706e91058ff6aa4b23b6fb13871853a54a5c4d2 (patch)
treea10f6e774ff6bd9eae30410613f30b90c153ca6a /Makefile.am
parenta74e1503752e310fbfc8dda142c5803eff86dc88 (diff)
downloadlibbrandt-5706e91058ff6aa4b23b6fb13871853a54a5c4d2.tar.gz
libbrandt-5706e91058ff6aa4b23b6fb13871853a54a5c4d2.zip
add m+1st price auctions with public outcome
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 e0b6356..9b80791 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,6 +10,7 @@ libbrandt_la_SOURCES = \
10 fp_priv.c \ 10 fp_priv.c \
11 fp_pub.c \ 11 fp_pub.c \
12 mp_priv.c \ 12 mp_priv.c \
13 mp_pub.c \
13 util.c 14 util.c
14 15
15libbrandt_la_LIBADD = \ 16libbrandt_la_LIBADD = \