[banshee] [build] Bundle libgpod-sharp.dll.config



commit 6de781f55bf0812353adae770d5585a5bc58c435
Author: Iain Lane <laney ubuntu com>
Date:   Tue Sep 7 21:33:25 2010 +0100

    [build] Bundle libgpod-sharp.dll.config
    
    libgpod's bindings supply a DLLmap which must be copied in Banshee's
    build process, otherwise we will be liable to crash (bgo#628992)
    
    Signed-off-by: Gabriel Burt <gabriel burt gmail com>

 build/m4/banshee/dap-appledevice.m4 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/build/m4/banshee/dap-appledevice.m4 b/build/m4/banshee/dap-appledevice.m4
index f4d594a..d4db3aa 100644
--- a/build/m4/banshee/dap-appledevice.m4
+++ b/build/m4/banshee/dap-appledevice.m4
@@ -17,6 +17,7 @@ AC_DEFUN([BANSHEE_CHECK_DAP_APPLEDEVICE],
 	if test "x$enable_appledevice" = "xyes"; then
 		asm="`$PKG_CONFIG --variable=Libraries libgpod-sharp`"
 		LIBGPODSHARP_ASSEMBLIES="$LIBGPODSHARP_ASSEMBLIES $asm"
+		[[ -r "$asm.config" ]] && LIBGPODSHARP_ASSEMBLIES="$LIBGPODSHARP_ASSEMBLIES $asm.config"
 		[[ -r "$asm.mdb" ]] && LIBGPODSHARP_ASSEMBLIES="$LIBGPODSHARP_ASSEMBLIES $asm.mdb"
 		AC_SUBST(LIBGPODSHARP_ASSEMBLIES)
 	fi



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