db/upnp: un-inline a few destructors

Reduce bloat.
This commit is contained in:
Max Kellermann
2014-01-23 21:17:40 +01:00
parent ec41d849bb
commit f3f5e2e162
9 changed files with 50 additions and 1 deletions

View File

@@ -429,7 +429,7 @@ libdb_plugins_a_SOURCES += \
src/db/upnp/Util.cxx src/db/upnp/Util.hxx \
src/db/upnp/Action.hxx \
src/db/upnp/WorkQueue.hxx \
src/db/upnp/Object.hxx
src/db/upnp/Object.cxx src/db/upnp/Object.hxx
DB_LIBS += \
$(EXPAT_LIBS) \
$(UPNP_LIBS)