gobject-introspection r728 - trunk/tests/scanner



Author: walters
Date: Thu Oct 16 17:00:21 2008
New Revision: 728
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=728&view=rev

Log:
Include gir dir when running g-ir-generate so we work uninstalled


Modified:
   trunk/tests/scanner/Makefile.am

Modified: trunk/tests/scanner/Makefile.am
==============================================================================
--- trunk/tests/scanner/Makefile.am	(original)
+++ trunk/tests/scanner/Makefile.am	Thu Oct 16 17:00:21 2008
@@ -107,8 +107,8 @@
 check-local: pre-check
 check-local: $(CHECKGIRS) $(TYPELIBS)
 	@for x in $(TYPELIBS); do \
-	 echo 1>&2 "$(DEBUG) $(top_builddir)/tools/g-ir-generate --includedir=. $${x} > $${x}.tmp && mv $${x}.tmp $${x}.xml;"; \
-	 $(DEBUG) $(top_builddir)/tools/g-ir-generate --includedir=. $${x} > $${x}.tmp && mv $${x}.tmp $${x}.xml; \
+	 echo 1>&2 "$(DEBUG) $(top_builddir)/tools/g-ir-generate --includedir=. --includedir=$(top_builddir)/gir $${x} > $${x}.tmp && mv $${x}.tmp $${x}.xml;"; \
+	 $(DEBUG) $(top_builddir)/tools/g-ir-generate --includedir=. --includedir=$(top_builddir)/gir $${x} > $${x}.tmp && mv $${x}.tmp $${x}.xml; \
 	done
 CLEANFILES += $(TYPELIBS:.typelib:.typelib.xml)
 



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