[libpeas] Fix building libpeas when it is not installed yet.
- From: Steve Frécinaux <sfre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas] Fix building libpeas when it is not installed yet.
- Date: Mon, 7 Feb 2011 11:57:00 +0000 (UTC)
commit 03644ef060aaefb47f6e9f5a0fc1e96a345adf56
Author: Steve Frécinaux <code istique net>
Date: Mon Feb 7 12:56:20 2011 +0100
Fix building libpeas when it is not installed yet.
libpeas-gtk/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libpeas-gtk/Makefile.am b/libpeas-gtk/Makefile.am
index 1d2aef2..ae439c2 100644
--- a/libpeas-gtk/Makefile.am
+++ b/libpeas-gtk/Makefile.am
@@ -54,11 +54,12 @@ if HAVE_INTROSPECTION
introspection_sources = $(INST_H_FILES) $(C_FILES)
PeasGtk-1.0.gir: libpeas-gtk-1.0.la
- PeasGtk_1_0_gir_INCLUDES = GObject-2.0 $(GTK_TYPELIB) Peas-1.0
+ PeasGtk_1_0_gir_INCLUDES = GObject-2.0 $(GTK_TYPELIB)
PeasGtk_1_0_gir_CFLAGS = $(PEAS_CFLAGS) $(PEAS_GTK_CFLAGS) -I$(top_srcdir)
PeasGtk_1_0_gir_LIBS = libpeas-gtk-1.0.la
PeasGtk_1_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
PeasGtk_1_0_gir_EXPORT_PACKAGES = libpeas-gtk-1.0
+ PeasGtk_1_0_gir_SCANNERFLAGS = --include-uninstalled=$(top_builddir)/libpeas/Peas-1.0.gir
girdir = $(datadir)/gir-1.0
gir_DATA = $(INTROSPECTION_GIRS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]