diff options
| author | Cory Fields <[email protected]> | 2014-06-06 10:57:28 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-07-01 12:27:19 -0400 |
| commit | 556682663547f9a9ede69fc4f924b50c531d92b3 (patch) | |
| tree | 207c043f9f47b76d921ba973222bbb743663ad7e /Makefile.am | |
| parent | secp256k1: add libtool as a dependency (diff) | |
| download | discoin-556682663547f9a9ede69fc4f924b50c531d92b3.tar.xz discoin-556682663547f9a9ede69fc4f924b50c531d92b3.zip | |
secp256k1: Add build-side changes for libsecp256k1
Note: This is added to our existing automake targets rather than as a
libtool-style lib. The switch to libtool-style targets can come later if it
proves to not add any complications.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 719af42ac..3a6a6b6d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,6 +35,7 @@ COVERAGE_INFO = baseline_filtered_combined.info baseline.info block_test.info \ dist-hook: -$(MAKE) -C $(top_distdir)/src/leveldb clean + -$(MAKE) -C $(top_distdir)/src/secp256k1 distclean -$(GIT) archive --format=tar HEAD -- src/version.cpp | $(AMTAR) -C $(top_distdir) -xf - distcheck-hook: |