aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-19 23:46:00 +0100
committerMax Kellermann <max@duempel.org>2014-02-19 23:46:00 +0100
commite92a41fa3abba0aa7386bbfe14fa5c2887c4eb27 (patch)
tree5aba9a623506731aaa87c5cefe76909efcd23bfe /Makefile.am
parentdf5f9f4a158c244006d1965a328779f284cae7d9 (diff)
downloadmpd-e92a41fa3abba0aa7386bbfe14fa5c2887c4eb27.tar.gz
mpd-e92a41fa3abba0aa7386bbfe14fa5c2887c4eb27.tar.xz
mpd-e92a41fa3abba0aa7386bbfe14fa5c2887c4eb27.zip
db/upnp: move plugin source to upnp directory
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0aa426e6f..46b102a9b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -517,7 +517,7 @@ DB_LIBS = \
if HAVE_LIBUPNP
libdb_plugins_a_SOURCES += \
$(UPNP_SOURCES) \
- src/db/plugins/UpnpDatabasePlugin.cxx src/db/plugins/UpnpDatabasePlugin.hxx \
+ src/db/plugins/upnp/UpnpDatabasePlugin.cxx src/db/plugins/upnp/UpnpDatabasePlugin.hxx \
src/db/plugins/upnp/Tags.cxx src/db/plugins/upnp/Tags.hxx \
src/db/plugins/upnp/ContentDirectoryService.cxx \
src/db/plugins/upnp/Directory.cxx src/db/plugins/upnp/Directory.hxx \