[libgda] Corrected bug whidh prevents building GIR files
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Corrected bug whidh prevents building GIR files
- Date: Tue, 31 Aug 2010 19:41:18 +0000 (UTC)
commit 20f462b90f74c88c0a7a36e0a6b7c1bbaedc6291
Author: Vivien Malerba <malerba gnome-db org>
Date: Tue Aug 31 21:38:31 2010 +0200
Corrected bug whidh prevents building GIR files
when compiling outside of the sources
libgda-ui/Makefile.am | 2 +-
libgda/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgda-ui/Makefile.am b/libgda-ui/Makefile.am
index a766ffc..d602fbb 100644
--- a/libgda-ui/Makefile.am
+++ b/libgda-ui/Makefile.am
@@ -211,7 +211,7 @@ Gdaui-4_0.gir: $(lib_LTLIBRARIES)
Gdaui_4_0_gir_INCLUDES = Gtk-2.0 Gda-4.0
Gdaui_4_0_gir_CFLAGS = $(AM_CPPFLAGS)
Gdaui_4_0_gir_LIBS = $(lib_LTLIBRARIES)
-Gdaui_4_0_gir_FILES = $(introspection_sources)
+Gdaui_4_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
INTROSPECTION_COMPILER_ARGS = --includedir=$(top_builddir)/libgda
INTROSPECTION_GIRS += Gdaui-4.0.gir
diff --git a/libgda/Makefile.am b/libgda/Makefile.am
index e231b55..04836ce 100644
--- a/libgda/Makefile.am
+++ b/libgda/Makefile.am
@@ -348,7 +348,7 @@ Gda-4_0.gir: $(lib_LTLIBRARIES)
Gda_4_0_gir_INCLUDES = GObject-2.0 libxml2-2.0
Gda_4_0_gir_CFLAGS = $(AM_CPPFLAGS)
Gda_4_0_gir_LIBS = $(lib_LTLIBRARIES)
-Gda_4_0_gir_FILES = $(introspection_sources)
+Gda_4_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
INTROSPECTION_GIRS += Gda-4.0.gir
girdir = $(datadir)/gir-1.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]