aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-25 23:29:42 +0100
committerMax Kellermann <max@duempel.org>2014-01-25 23:29:42 +0100
commit86ca5b3f16bb5804d26bff91b4e16a458173b70d (patch)
tree867bd012dc6afb11ec38ae26fbfd59cbea684da4 /Makefile.am
parent9b1fbdbca63f03c357a2f9c01fca281f62b3570c (diff)
downloadmpd-86ca5b3f16bb5804d26bff91b4e16a458173b70d.tar.gz
mpd-86ca5b3f16bb5804d26bff91b4e16a458173b70d.tar.xz
mpd-86ca5b3f16bb5804d26bff91b4e16a458173b70d.zip
input/smbclient: move code to lib/smbclient/Init.cxx
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 c877e7e1f..6bb3c9094 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -866,6 +866,7 @@ endif
if ENABLE_SMBCLIENT
libinput_a_SOURCES += \
+ src/lib/smbclient/Init.cxx src/lib/smbclient/Init.hxx \
src/input/plugins/SmbclientInputPlugin.cxx src/input/plugins/SmbclientInputPlugin.hxx
endif