From 3bde967f538cf7dc48ce0b01cfbc6c157feb2714 Mon Sep 17 00:00:00 2001 From: Taylor Hornby Date: Mon, 11 Jul 2016 19:29:41 -0600 Subject: [PATCH] Rename qa/zerocash to qa/zcash in Makefile.am --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ea1fe5068..b9b8f7baf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -222,7 +222,7 @@ endif dist_noinst_SCRIPTS = autogen.sh -EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/rpc-tests.sh qa/pull-tester/run-bitcoin-cli qa/rpc-tests qa/zerocash $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING) +EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/rpc-tests.sh qa/pull-tester/run-bitcoin-cli qa/rpc-tests qa/zcash $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING) CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER)