[banshee] [build] Bring .config files along with gio-sharp and gtk-sharp-beans
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [build] Bring .config files along with gio-sharp and gtk-sharp-beans
- Date: Wed, 1 Sep 2010 21:37:25 +0000 (UTC)
commit cf7c80a6dade25c7cd96bc2ca8be480b1952937f
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Wed Sep 1 23:33:08 2010 +0200
[build] Bring .config files along with gio-sharp and gtk-sharp-beans
As we are now copying the gio-sharp and gtk-sharp-beans assemblies, we
need to also copy any .config files that are associated with them.
build/m4/banshee/gio.m4 | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/build/m4/banshee/gio.m4 b/build/m4/banshee/gio.m4
index 411e2b2..416d3b7 100644
--- a/build/m4/banshee/gio.m4
+++ b/build/m4/banshee/gio.m4
@@ -17,6 +17,7 @@ AC_DEFUN([BANSHEE_CHECK_GIO_SHARP],
asms="`$PKG_CONFIG --variable=Libraries gio-sharp-2.0` `$PKG_CONFIG --variable=Libraries gtk-sharp-beans-2.0`"
for asm in $asms; do
GIOSHARP_ASSEMBLIES="$GIOSHARP_ASSEMBLIES $asm"
+ [[ -r "$asm.config" ]] && GIOSHARP_ASSEMBLIES="$GIOSHARP_ASSEMBLIES $asm.config"
done
AC_SUBST(GIOSHARP_ASSEMBLIES)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]