gir-repository r208 - in trunk: . gir



Author: johan
Date: Tue Nov 11 18:45:07 2008
New Revision: 208
URL: http://svn.gnome.org/viewvc/gir-repository?rev=208&view=rev

Log:
2008-11-11  Johan Dahlin  <jdahlin async com br>

        * gir/Makefile.am:
        Do not pass in the GIR directory of gobject-introspection
        directly to the compiler, part of bug 560361



Modified:
   trunk/ChangeLog
   trunk/gir/Makefile.am

Modified: trunk/gir/Makefile.am
==============================================================================
--- trunk/gir/Makefile.am	(original)
+++ trunk/gir/Makefile.am	Tue Nov 11 18:45:07 2008
@@ -730,7 +730,7 @@
 	$(G_IR_SCANNER) --xpath-assertions=$(srcdir)/$*.xpath $*.gir
 
 %.typelib: %.gir
-	$(DEBUG) $(G_IR_COMPILER) --includedir=$(srcdir) --includedir=$(GIRDIR) --includedir=. $(G_IR_COMPILER_OPTS) $< -o $@
+	$(DEBUG) $(G_IR_COMPILER) --includedir=$(srcdir) --includedir=. $(G_IR_COMPILER_OPTS) $< -o $@
 
 %.typelib.gdb: %.gir
 	libtool --mode=execute gdb --args $(G_IR_COMPILER) $< -o $@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]