aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.bench.include
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-05-23 14:14:58 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2018-05-23 16:07:37 +0200
commite56771365b446fa7f51a17d67f3fbe560baaa5a5 (patch)
treefc3ccf724e5eef5b2eb4fde3b2b4115601f1af23 /src/Makefile.bench.include
parent419a1983ca6bdb32cf0ecd297f7ffccf518d2424 (diff)
downloadbitcoin-e56771365b446fa7f51a17d67f3fbe560baaa5a5.tar.xz
Do not use uppercase characters in source code filenames
Diffstat (limited to 'src/Makefile.bench.include')
-rw-r--r--src/Makefile.bench.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.bench.include b/src/Makefile.bench.include
index 3306dcf598..e5db76703c 100644
--- a/src/Makefile.bench.include
+++ b/src/Makefile.bench.include
@@ -17,7 +17,7 @@ bench_bench_bitcoin_SOURCES = \
bench/bench.h \
bench/checkblock.cpp \
bench/checkqueue.cpp \
- bench/Examples.cpp \
+ bench/examples.cpp \
bench/rollingbloom.cpp \
bench/crypto_hash.cpp \
bench/ccoins_caching.cpp \