aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-27 22:17:47 +0100
committerMax Kellermann <max@duempel.org>2013-01-27 22:17:47 +0100
commit6bf6c9215b413ad1e27328d2b2597c9489376221 (patch)
tree694f35e8e4a2ce57e61ff7d90f5f8ca9692d77f9 /Makefile.am
parenta65afa809062221b23796f8d3fcaa1d2ea2228f4 (diff)
Makefile.cxx: fix test/run_input.cxx path
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b58e431d..ee57c752 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\