diff options
author | Max Kellermann <max@duempel.org> | 2014-02-06 22:11:03 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-06 22:12:50 +0100 |
commit | a7989077abe2b862b131b7573380a82f889bad95 (patch) | |
tree | 110ef1d67939ae399e4448cd0b8aff7dc463a8f9 /Makefile.am | |
parent | 7e34737b2b516484227b225289e8325f78452a8a (diff) | |
download | mpd-a7989077abe2b862b131b7573380a82f889bad95.tar.gz mpd-a7989077abe2b862b131b7573380a82f889bad95.tar.xz mpd-a7989077abe2b862b131b7573380a82f889bad95.zip |
neighbor/smbclient: move smbclient_domain to lib/smbclient/Domain.cxx
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 520909040..c8d6a0219 100644 --- a/Makefile.am +++ b/Makefile.am @@ -414,6 +414,7 @@ libfs_a_SOURCES = \ # Storage library SMBCLIENT_SOURCES = \ + src/lib/smbclient/Domain.cxx src/lib/smbclient/Domain.hxx \ src/lib/smbclient/Init.cxx src/lib/smbclient/Init.hxx if ENABLE_DATABASE |