aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-07 18:10:23 +0200
committerMax Kellermann <max@duempel.org>2014-08-07 19:38:25 +0200
commit0ea66a1275da319e2443fa1536cec7ea7fc53b53 (patch)
tree0cb6d91f3041bcc6409908977ad3c5eb200477e2 /Makefile.am
parentaafff8fd5c60476702466ba06281236222455167 (diff)
downloadmpd-0ea66a1275da319e2443fa1536cec7ea7fc53b53.tar.gz
mpd-0ea66a1275da319e2443fa1536cec7ea7fc53b53.tar.xz
mpd-0ea66a1275da319e2443fa1536cec7ea7fc53b53.zip
fs/io/Reader: new interface
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0a4288280..3491f2e6b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -506,6 +506,8 @@ endif
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/TextFile.cxx src/fs/io/TextFile.hxx \
src/fs/io/OutputStream.hxx \
src/fs/io/StdoutOutputStream.hxx \