aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-11-07 13:56:34 +0100
committerMax Kellermann <max@duempel.org>2014-11-07 13:57:57 +0100
commit362e73bea88c8bf4a59e16939da615bf5ddf0558 (patch)
tree17b66257011fd481b9b9d3d6a0ba329b40924a97 /Makefile.am
parent9f8c2b3b566874e70dd3f88dd170dee54d811dbd (diff)
downloadmpd-362e73bea88c8bf4a59e16939da615bf5ddf0558.tar.gz
mpd-362e73bea88c8bf4a59e16939da615bf5ddf0558.tar.xz
mpd-362e73bea88c8bf4a59e16939da615bf5ddf0558.zip
input/Open: expose input_domain
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 dac3e1772..72b6a0ca4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1112,6 +1112,7 @@ endif
#
libinput_a_SOURCES = \
+ src/input/Domain.cxx src/input/Domain.hxx \
src/input/Init.cxx src/input/Init.hxx \
src/input/Registry.cxx src/input/Registry.hxx \
src/input/Open.cxx \