diff options
| author | John Newbery <[email protected]> | 2017-03-21 14:38:09 -0400 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2017-05-03 14:18:14 -0400 |
| commit | 89fcd3586c9714a923b6a3147f60e43d5de74942 (patch) | |
| tree | 4cf324feafd10daecd38edee3860a4c62f40b334 /Makefile.am | |
| parent | Change help_text in bitcoin-util-test.py to a docstring. (diff) | |
| download | discoin-89fcd3586c9714a923b6a3147f60e43d5de74942.tar.xz discoin-89fcd3586c9714a923b6a3147f60e43d5de74942.zip | |
Use an .ini config file for environment vars in bitcoin-util-test.py
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 3a56eea0c..b0ba0c850 100644 --- a/Makefile.am +++ b/Makefile.am @@ -277,9 +277,6 @@ EXTRA_DIST += \ CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER) -# This file is problematic for out-of-tree builds if it exists. -DISTCLEANFILES = test/util/buildenv.pyc - .INTERMEDIATE: $(COVERAGE_INFO) DISTCHECK_CONFIGURE_FLAGS = --enable-man |