[banshee] build: Copy the Mono.Upnp assemblies in bin/



commit 94dba2c53d49e81f8e7cd4b1bbd725884cd3989e
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sat Mar 10 17:41:19 2012 +0100

    build: Copy the Mono.Upnp assemblies in bin/
    
    This allows to use the UPnPClient extension when running with "make
    run".

 src/Extensions/Banshee.UPnPClient/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Extensions/Banshee.UPnPClient/Makefile.am b/src/Extensions/Banshee.UPnPClient/Makefile.am
index cfe3bb6..be31e3c 100644
--- a/src/Extensions/Banshee.UPnPClient/Makefile.am
+++ b/src/Extensions/Banshee.UPnPClient/Makefile.am
@@ -13,6 +13,8 @@ SOURCES =  \
 
 RESOURCES = Banshee.UPnPClient.addin.xml
 
+EXTRA_BUNDLE = $(MONOUPNP_ASSEMBLIES)
+
 if UPNP_ENABLED
 include $(top_srcdir)/build/build.mk
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]