diff options
author | Max Kellermann <max@duempel.org> | 2013-01-27 22:17:47 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-27 22:17:47 +0100 |
commit | 6bf6c9215b413ad1e27328d2b2597c9489376221 (patch) | |
tree | 694f35e8e4a2ce57e61ff7d90f5f8ca9692d77f9 | |
parent | a65afa809062221b23796f8d3fcaa1d2ea2228f4 (diff) | |
download | mpd-6bf6c9215b413ad1e27328d2b2597c9489376221.tar.gz mpd-6bf6c9215b413ad1e27328d2b2597c9489376221.tar.xz mpd-6bf6c9215b413ad1e27328d2b2597c9489376221.zip |
Makefile.cxx: fix test/run_input.cxx path
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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\ |