aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2014-11-17 21:16:46 +0100
committerTharre <tharre3@gmail.com>2014-11-17 21:16:46 +0100
commit8363f2ec3fa56f3d63f2fb195a617f96fd63009d (patch)
tree9970105f039463c3ce9ae08b4c6c123b8d37437a /configure.ac
parentc27027cd2eeebfa63c084e746c7da46c952fb255 (diff)
downloadredo-8363f2ec3fa56f3d63f2fb195a617f96fd63009d.tar.gz
redo-8363f2ec3fa56f3d63f2fb195a617f96fd63009d.tar.xz
redo-8363f2ec3fa56f3d63f2fb195a617f96fd63009d.zip
Fix autoconf (and make travis-ci happy)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 33e2784..3a3779d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ([2.68])
AC_INIT([redo], [VERSION], [BUG-REPORT-ADDRESS])
-AC_CONFIG_SRCDIR([src/redo-ifchange.c])
+AC_CONFIG_SRCDIR([src/redo.c])
AC_CONFIG_HEADERS([config.h])
# Checks for programs.