Skip to content

Commit 723779c

Browse files
committed
build: Enumerate ctaes rather than globbing
1 parent 34ed64a commit 723779c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Makefile.am

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,12 @@ libbitcoinconsensus_la_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
410410
endif
411411
#
412412

413+
CTAES_DIST = crypto/ctaes/bench.c
414+
CTAES_DIST += crypto/ctaes/ctaes.c
415+
CTAES_DIST += crypto/ctaes/ctaes.h
416+
CTAES_DIST += crypto/ctaes/README.md
417+
CTAES_DIST += crypto/ctaes/test.c
418+
413419
CLEANFILES = leveldb/libleveldb.a leveldb/libmemenv.a
414420
CLEANFILES += $(EXTRA_LIBRARIES)
415421
CLEANFILES += *.gcda *.gcno
@@ -427,7 +433,7 @@ CLEANFILES += zmq/*.gcda zmq/*.gcno
427433

428434
DISTCLEANFILES = obj/build.h
429435

430-
EXTRA_DIST = leveldb crypto/ctaes
436+
EXTRA_DIST = leveldb $(CTAES_DIST)
431437

432438
clean-local:
433439
-$(MAKE) -C leveldb clean

0 commit comments

Comments
 (0)