diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-09-29 18:22:21 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-09-29 18:22:21 +0200 |
commit | 8ea21d9732c1615961006e16d05330fd5d955006 (patch) | |
tree | ed33d63e0d72874d3955bbe70d0f63e5807b93bf /Makefile.am | |
parent | 656aa465530452eed934bc430b5ecbaa72a90a10 (diff) |
split different auction format algorithms into separate files
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 = \ libbrandt_la_SOURCES = \ brandt.c \ crypto.c \ + fp_priv.c \ + fp_pub.c \ util.c libbrandt_la_LIBADD = \ |