diff options
author | Max Kellermann <max@duempel.org> | 2014-01-14 21:36:02 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-14 22:33:18 +0100 |
commit | 4bcaf5d3064ca8846f8652413b2e0deba80aa624 (patch) | |
tree | 878a2572b645b06d02d678790be096fad72e1d89 /Makefile.am | |
parent | 70d3ad3ca1d9b273b56e2efc30b265f3a09f8f96 (diff) | |
download | mpd-4bcaf5d3064ca8846f8652413b2e0deba80aa624.tar.gz mpd-4bcaf5d3064ca8846f8652413b2e0deba80aa624.tar.xz mpd-4bcaf5d3064ca8846f8652413b2e0deba80aa624.zip |
db/upnp: move upnp_tags to Tags.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 e0fcde553..4d33e377b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -413,6 +413,7 @@ DB_LIBS = \ if HAVE_LIBUPNP libdb_plugins_a_SOURCES += \ src/db/UpnpDatabasePlugin.cxx src/db/UpnpDatabasePlugin.hxx \ + src/db/upnp/Tags.cxx src/db/upnp/Tags.hxx \ src/db/upnp/ContentDirectoryService.cxx src/db/upnp/ContentDirectoryService.hxx \ src/db/upnp/Device.cxx src/db/upnp/Device.hxx \ src/db/upnp/Directory.cxx src/db/upnp/Directory.hxx \ |