[gnome-games] Fix out-of-srcdir build
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-games] Fix out-of-srcdir build
- Date: Thu, 13 Aug 2009 17:47:47 +0000 (UTC)
commit 3b133817422a8d51fa2d66ea54effd538c2f047b
Author: Christian Persch <chpe gnome org>
Date: Thu Aug 13 19:47:20 2009 +0200
Fix out-of-srcdir build
libgames-support/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index 41a35cb..37f630c 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -362,7 +362,7 @@ libgames_support_gi_la_LIBADD = $(libgames_support_la_LIBADD)
BUILT_GIRSOURCES = GnomeGamesSupport-1.0.gir GGZ-1.0.gir
-GnomeGamesSupport-1.0.gir: $(INTROSPECTION_SCANNER) libgames-support-gi.la
+GnomeGamesSupport-1.0.gir: $(INTROSPECTION_SCANNER) libgames-support-gi.la $(libgames_support_gi_la_SOURCES)
$(QUIET_GEN)$(INTROSPECTION_SCANNER) -v \
--namespace GnomeGamesSupport --nsversion=1.0 \
--strip-prefix=games \
@@ -380,7 +380,7 @@ GnomeGamesSupport-1.0.gir: $(INTROSPECTION_SCANNER) libgames-support-gi.la
--pkg cogl-1.0 \
-I$(top_srcdir) \
-I$(top_builddir) \
- $(filter %.h,$(libgames_support_gi_la_SOURCES))
+ $(filter %.h,$^)
# FIXMEchpe: this looks bogus. If the introspection.m4 macro gets it wrong, fix it!
# INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR aren't the right place to
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]