aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-09-29 18:22:21 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-09-29 18:22:21 +0200
commit8ea21d9732c1615961006e16d05330fd5d955006 (patch)
treeed33d63e0d72874d3955bbe70d0f63e5807b93bf /Makefile.am
parent656aa465530452eed934bc430b5ecbaa72a90a10 (diff)
downloadlibbrandt-8ea21d9732c1615961006e16d05330fd5d955006.tar.gz
libbrandt-8ea21d9732c1615961006e16d05330fd5d955006.zip
split different auction format algorithms into separate files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 977a4d0..92674e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,8 @@ lib_LTLIBRARIES = \
7libbrandt_la_SOURCES = \ 7libbrandt_la_SOURCES = \
8 brandt.c \ 8 brandt.c \
9 crypto.c \ 9 crypto.c \
10 fp_priv.c \
11 fp_pub.c \
10 util.c 12 util.c
11 13
12libbrandt_la_LIBADD = \ 14libbrandt_la_LIBADD = \