gobject-introspection r469 - trunk/tests/scanner



Author: walters
Date: Sat Aug 23 16:36:12 2008
New Revision: 469
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=469&view=rev

Log:
Add deps on Makefile


Modified:
   trunk/tests/scanner/Makefile.am

Modified: trunk/tests/scanner/Makefile.am
==============================================================================
--- trunk/tests/scanner/Makefile.am	(original)
+++ trunk/tests/scanner/Makefile.am	Sat Aug 23 16:36:12 2008
@@ -28,7 +28,7 @@
 CLEANFILES = $(TYPELIBS) $(TXMLS) $(GIRS)
 BUILT_SOURCES = $(TYPELIBS) $(TXMLS) $(GIRS)
 
-%.gir: lib%.la %.c %.h utility.gir $(SCANNER) $(SCANNER_LIBS)
+%.gir: lib%.la %.c %.h utility.gir $(SCANNER) $(SCANNER_LIBS) Makefile
 	$(CHECK_DEBUG) $(SCANNER) -v \
 	--include=$(top_srcdir)/gir/GObject.gir \
 	--include=$(top_builddir)/tests/scanner/utility.gir \
@@ -41,7 +41,7 @@
 GIRS += drawable.gir
 GIRS += foo.gir
 
-utility.gir: libutility.la utility.h $(SCANNER) $(SCANNER_LIBS)
+utility.gir: libutility.la utility.h $(SCANNER) $(SCANNER_LIBS) Makefile
 	$(CHECK_DEBUG) $(SCANNER) -v \
 	--include=$(top_srcdir)/gir/GObject.gir \
 	--library=$< \



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