From 6bf6c9215b413ad1e27328d2b2597c9489376221 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Sun, 27 Jan 2013 22:17:47 +0100
Subject: Makefile.cxx: fix test/run_input.cxx path

---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile.am')

diff --git a/Makefile.am b/Makefile.am
index b58e431d1..ee57c752d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1076,7 +1076,7 @@ test_run_input_LDADD = \
 	$(ARCHIVE_LIBS) \
 	libevent.a \
 	$(GLIB_LIBS)
-test_run_input_SOURCES = test/run_input.c \
+test_run_input_SOURCES = test/run_input.cxx \
 	test/stdbin.h \
 	src/IOThread.cxx \
 	src/ConfigFile.cxx src/tokenizer.c src/utils.c src/string_util.c\
-- 
cgit v1.2.3