aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-23 21:17:40 +0100
committerMax Kellermann <max@duempel.org>2014-01-23 21:17:40 +0100
commitf3f5e2e16231f8b7bef055ca1269611bcbbfcc8b (patch)
tree0a3267bfeb82961076f4f3ab8da7fea489e698fb /Makefile.am
parentec41d849bbc460d4002ae19e3891b3bda513307e (diff)
downloadmpd-f3f5e2e16231f8b7bef055ca1269611bcbbfcc8b.tar.gz
mpd-f3f5e2e16231f8b7bef055ca1269611bcbbfcc8b.tar.xz
mpd-f3f5e2e16231f8b7bef055ca1269611bcbbfcc8b.zip
db/upnp: un-inline a few destructors
Reduce bloat.
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 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)