From ac62586badd439dfcc43df6a895f2988eb784e6d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 6 Jan 2015 19:22:04 +0100 Subject: test/WriteFile: new debug program --- Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d204c9947..f5c02041c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1533,6 +1533,7 @@ noinst_PROGRAMS = \ test/read_conf \ test/run_resolver \ test/run_input \ + test/WriteFile \ test/dump_text_file \ test/dump_playlist \ test/run_decoder \ @@ -1727,6 +1728,16 @@ test_run_gunzip_LDADD = \ endif +test_WriteFile_LDADD = \ + $(FS_LIBS) \ + $(ICU_LDADD) \ + libsystem.a \ + libutil.a \ + $(GLIB_LIBS) +test_WriteFile_SOURCES = \ + src/Log.cxx src/LogBackend.cxx \ + test/WriteFile.cxx + test_dump_text_file_LDADD = \ $(INPUT_LIBS) \ $(ARCHIVE_LIBS) \ -- cgit v1.2.3