autotools: autotools'ify libsecp256k1

This commit is contained in:
Cory Fields
2014-01-17 22:52:33 -05:00
parent 60442b835f
commit 78cd96b151
13 changed files with 452 additions and 224 deletions

View File

@@ -2,6 +2,10 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#if defined HAVE_CONFIG_H
#include "libsecp256k1-config.h"
#endif
#include <assert.h>
#include "impl/num.h"