diff options
author | Max Kellermann <max@duempel.org> | 2014-01-26 13:53:03 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-26 15:23:26 +0100 |
commit | 01f7abfc6385884251cc57fa615a065f82d274df (patch) | |
tree | 48d5cd64a1dc247f41168885b07b03ce7bf4a9d8 /Makefile.am | |
parent | e57e89b9d59faed31abcd11453fb33af95c55f40 (diff) | |
download | mpd-01f7abfc6385884251cc57fa615a065f82d274df.tar.gz mpd-01f7abfc6385884251cc57fa615a065f82d274df.tar.xz mpd-01f7abfc6385884251cc57fa615a065f82d274df.zip |
upnp: move library initialization to Init.cxx
Allow calling UpnpGlobalInit() multiple times.
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 0d8cde097..ebba8846f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -217,6 +217,7 @@ src_mpd_SOURCES = \ src/Timer.cxx UPNP_SOURCES = \ + src/lib/upnp/Init.cxx src/lib/upnp/Init.hxx \ src/lib/upnp/Device.cxx src/lib/upnp/Device.hxx \ src/lib/upnp/ContentDirectoryService.cxx src/lib/upnp/ContentDirectoryService.hxx \ src/lib/upnp/Discovery.cxx src/lib/upnp/Discovery.hxx \ |