summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-02-06 08:58:10 +0100
committerYorhel <git@yorhel.nl>2020-02-06 08:58:10 +0100
commit5c5cd163a12e7eaced6427eb55121de78860fcab (patch)
tree42fd9b86c5a9b44aed25db39e53c6955395a746d
parent2d7619009177e0c8abcedeb4c00f7d9ed222a8d5 (diff)
Fix khash.h -> khashl.h reference in Makefile
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 28e19e7..01a79c4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@ ncdu_SOURCES=\
noinst_HEADERS=\
deps/yopt.h\
- deps/khash.h\
+ deps/khashl.h\
src/browser.h\
src/delete.h\
src/dir.h\
@@ -43,5 +43,5 @@ ncdu.1: $(srcdir)/doc/ncdu.pod
pod2man --center "ncdu manual" --release "@PACKAGE@-@VERSION@" "$(srcdir)/doc/ncdu.pod" >ncdu.1
update-deps:
- wget -q https://raw.github.com/attractivechaos/klib/master/khash.h -O "$(srcdir)/deps/khash.h"
+ wget -q https://raw.github.com/attractivechaos/klib/master/khashl.h -O "$(srcdir)/deps/khashl.h"
wget -q http://g.blicky.net/ylib.git/plain/yopt.h -O "$(srcdir)/deps/yopt.h"