summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-04-26 11:54:27 +0200
committerYorhel <git@yorhel.nl>2009-04-26 11:54:27 +0200
commit67ce0af6504e91904811156ce5355ffe2cf62fc4 (patch)
tree510f886663e0cdc5166453f24d46331d7fd6b9ac
parent91ad9df12648801a75324189447ce41d5ae22246 (diff)
Fixed bug with configure still relying on ncdu.h
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 68d2b9a..c5b8485 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(ncdu, git, projects@yorhel.nl)
-AC_CONFIG_SRCDIR([src/ncdu.h])
+AC_CONFIG_SRCDIR([src/global.h])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE