From 01f7abfc6385884251cc57fa615a065f82d274df Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 26 Jan 2014 13:53:03 +0100 Subject: upnp: move library initialization to Init.cxx Allow calling UpnpGlobalInit() multiple times. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3