diff options
author | Max Kellermann <max@duempel.org> | 2014-02-08 14:24:00 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-08 14:24:47 +0100 |
commit | d761d8b168bb245ab382b93142a8f9595bbb6404 (patch) | |
tree | 85327c4825cde0355b7702ca711df45f4ee1ebb4 /Makefile.am | |
parent | fe7c6fee348a3263ce0c97a83547749725f681cb (diff) | |
download | mpd-d761d8b168bb245ab382b93142a8f9595bbb6404.tar.gz mpd-d761d8b168bb245ab382b93142a8f9595bbb6404.tar.xz mpd-d761d8b168bb245ab382b93142a8f9595bbb6404.zip |
input/nfs: move nfs_domain to lib/nfs/Domain.cxx
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8fc6f23d0..53d596247 100644 --- a/Makefile.am +++ b/Makefile.am @@ -961,6 +961,7 @@ endif if ENABLE_NFS libinput_a_SOURCES += \ + src/lib/nfs/Domain.cxx src/lib/nfs/Domain.hxx \ src/input/plugins/NfsInputPlugin.cxx src/input/plugins/NfsInputPlugin.hxx endif |