[anjuta] libanjuta: Fixed some introspection build issues
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] libanjuta: Fixed some introspection build issues
- Date: Sun, 20 Jun 2010 10:24:11 +0000 (UTC)
commit d5838c37e12758bd4cdf0a79a01723864623b360
Author: Johannes Schmid <jhs gnome org>
Date: Sat Jun 19 10:44:53 2010 +0200
libanjuta: Fixed some introspection build issues
libanjuta/Makefile.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libanjuta/Makefile.am b/libanjuta/Makefile.am
index 14bad0b..369cd33 100644
--- a/libanjuta/Makefile.am
+++ b/libanjuta/Makefile.am
@@ -233,7 +233,7 @@ Anjuta-1.0.gir: $(libanjuta_la_SOURCES) libanjuta.la
# Using interfaces/*.c is not very nice but otherwise we get circular
# dependencies : libanjuta.la depends on libanjuta-interfaces.la and
# IAnjuta-1.0.gir depends on Anjuta-1.0.gir
-IAnjuta-1.0.gir: $(libanjuta_interfaces_la_SOURCES) interfaces/libanjuta-interfaces.la
+IAnjuta-1.0.gir: $(libanjuta_interfaces_la_SOURCES) interfaces/libanjuta-interfaces.la Anjuta-1.0.gir
$(INTROSPECTION_SCANNER) --namespace IAnjuta --nsversion 1.0 \
--add-include-path . \
--include GConf-2.0 --include Gtk-2.0 --include Anjuta-1.0 \
@@ -249,8 +249,8 @@ IAnjuta-1.0.gir: $(libanjuta_interfaces_la_SOURCES) interfaces/libanjuta-interfa
Anjuta-1.0.typelib: Anjuta-1.0.gir
$(INTROSPECTION_COMPILER) $< -o $@
-IAnjuta-1.0.typelib: IAnjuta-1.0.gir
- $(INTROSPECTION_COMPILER) $< -o $@
+IAnjuta-1.0.typelib: IAnjuta-1.0.gir Anjuta-1.0.gir
+ $(INTROSPECTION_COMPILER) --includedir . $< -o $@
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]