Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: Enumerate ctaes rather than globbing
  • Loading branch information
theuni committed May 27, 2016
1 parent 34ed64a commit 723779c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Makefile.am
Expand Up @@ -410,6 +410,12 @@ libbitcoinconsensus_la_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
endif
#

CTAES_DIST = crypto/ctaes/bench.c
CTAES_DIST += crypto/ctaes/ctaes.c
CTAES_DIST += crypto/ctaes/ctaes.h
CTAES_DIST += crypto/ctaes/README.md
CTAES_DIST += crypto/ctaes/test.c

CLEANFILES = leveldb/libleveldb.a leveldb/libmemenv.a
CLEANFILES += $(EXTRA_LIBRARIES)
CLEANFILES += *.gcda *.gcno
Expand All @@ -427,7 +433,7 @@ CLEANFILES += zmq/*.gcda zmq/*.gcno

DISTCLEANFILES = obj/build.h

EXTRA_DIST = leveldb crypto/ctaes
EXTRA_DIST = leveldb $(CTAES_DIST)

clean-local:
-$(MAKE) -C leveldb clean
Expand Down

0 comments on commit 723779c

Please sign in to comment.