aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-10-02 21:06:01 +0200
committerMax Kellermann <max@duempel.org>2014-10-02 21:06:01 +0200
commit9d2d58c4b6be87bb2268a5a738d2dccb484b1d89 (patch)
treedfe648dd52883bccbf147583af2c4f3634a7e83a /Makefile.am
parent0c461c3859127246c5305ce13744da68aab1aee0 (diff)
downloadmpd-9d2d58c4b6be87bb2268a5a738d2dccb484b1d89.tar.gz
mpd-9d2d58c4b6be87bb2268a5a738d2dccb484b1d89.tar.xz
mpd-9d2d58c4b6be87bb2268a5a738d2dccb484b1d89.zip
input/LocalOpen: new library for opening local files
Combines the "file" and the "archive" input plugins.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0fa7a4692..799444d3c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1106,6 +1106,7 @@ libinput_a_SOURCES = \
src/input/Init.cxx src/input/Init.hxx \
src/input/Registry.cxx src/input/Registry.hxx \
src/input/Open.cxx \
+ src/input/LocalOpen.cxx src/input/LocalOpen.hxx \
src/input/Offset.hxx \
src/input/InputStream.cxx src/input/InputStream.hxx \
src/input/InputPlugin.hxx \