aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-05-21 18:21:25 +0200
committerMax Kellermann <max@duempel.org>2014-05-21 18:47:32 +0200
commitc42e412c0ab0c24e88e21e5d4d46b350387e91a2 (patch)
tree685753bac61503e9824828f51647eac1d30a97ee /Makefile.am
parent542e7feba88295d03ef463b3f1726753fa91f72d (diff)
downloadmpd-c42e412c0ab0c24e88e21e5d4d46b350387e91a2.tar.gz
mpd-c42e412c0ab0c24e88e21e5d4d46b350387e91a2.tar.xz
mpd-c42e412c0ab0c24e88e21e5d4d46b350387e91a2.zip
input/InputStream: move Open() to Open.cxx
Allow compiling test programs with only selected plugins.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c982bf3c6..3c63ddf3e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1027,6 +1027,7 @@ endif
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/InputStream.cxx src/input/InputStream.hxx \
src/input/InputPlugin.hxx \
src/input/TextInputStream.cxx src/input/TextInputStream.hxx \
@@ -1558,7 +1559,7 @@ test_visit_archive_LDADD = \
test_visit_archive_SOURCES = test/visit_archive.cxx \
src/Log.cxx src/LogBackend.cxx \
src/IOThread.cxx \
- src/input/InputStream.cxx
+ src/input/Open.cxx
endif