diff options
author | Max Kellermann <max@duempel.org> | 2014-01-23 21:17:40 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-23 21:17:40 +0100 |
commit | f3f5e2e16231f8b7bef055ca1269611bcbbfcc8b (patch) | |
tree | 0a3267bfeb82961076f4f3ab8da7fea489e698fb /Makefile.am | |
parent | ec41d849bbc460d4002ae19e3891b3bda513307e (diff) | |
download | mpd-f3f5e2e16231f8b7bef055ca1269611bcbbfcc8b.tar.gz mpd-f3f5e2e16231f8b7bef055ca1269611bcbbfcc8b.tar.xz mpd-f3f5e2e16231f8b7bef055ca1269611bcbbfcc8b.zip |
db/upnp: un-inline a few destructors
Reduce bloat.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 80ae9bdd8..eaed7cb0a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) |