From aa2e4d92e0005f4516eb591803120eff89f99109 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 7 Aug 2014 18:54:06 +0200 Subject: fs/io/BufferedReader: new class to replace class TextFile The new class is pluggable, to prepare for gzipped database files. For now, the TextFile class remains, and will be refactored away later. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3491f2e6b..3ab492aae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -508,6 +508,7 @@ FS_LIBS = libfs.a libfs_a_SOURCES = \ src/fs/io/Reader.hxx \ src/fs/io/FileReader.cxx src/fs/io/FileReader.hxx \ + src/fs/io/BufferedReader.cxx src/fs/io/BufferedReader.hxx \ src/fs/io/TextFile.cxx src/fs/io/TextFile.hxx \ src/fs/io/OutputStream.hxx \ src/fs/io/StdoutOutputStream.hxx \ -- cgit v1.2.3