diff options
author | Iain Lane <laney@ubuntu.com> | 2010-09-07 21:33:25 +0100 |
---|---|---|
committer | Gabriel Burt <gabriel.burt@gmail.com> | 2010-09-08 11:06:04 -0500 |
commit | 6de781f55bf0812353adae770d5585a5bc58c435 (patch) | |
tree | d2655671ad7e9908e90ce2a1bed3e8f5834a56dd /build/m4 | |
parent | 60ddc79e76ddaa1c967e850e128067827581c5c4 (diff) |
[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>
Diffstat (limited to 'build/m4')
-rw-r--r-- | 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 f4d594a11..d4db3aa5b 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 |