aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-06-06 10:57:28 -0400
committerCory Fields <cory-nospam-@coryfields.com>2014-07-01 12:27:19 -0400
commit556682663547f9a9ede69fc4f924b50c531d92b3 (patch)
tree207c043f9f47b76d921ba973222bbb743663ad7e /Makefile.am
parentb150b09edcd3b6b7ca5f26ca6ebee92bbad97089 (diff)
downloadbitcoin-556682663547f9a9ede69fc4f924b50c531d92b3.tar.xz
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.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 719af42ac7..3a6a6b6d88 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: