Move libsnark from DIST_SUBDIRS into EXTRA_DIST

This commit is contained in:
Jack Grigg 2017-11-15 10:14:19 +00:00
parent c1282bebb8
commit 83bef3fcbe
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
DIST_SUBDIRS = secp256k1 snark univalue
DIST_SUBDIRS = secp256k1 univalue
AM_LDFLAGS = $(PTHREAD_CFLAGS) $(LIBTOOL_LDFLAGS)
@ -553,7 +553,7 @@ CLEANFILES = leveldb/libleveldb.a leveldb/libmemenv.a *.gcda *.gcno */*.gcno wal
DISTCLEANFILES = obj/build.h
EXTRA_DIST = leveldb
EXTRA_DIST = leveldb snark
clean-local:
-$(MAKE) -C leveldb clean