From 6596010802ba846e5edee6ef186e7c59c7618e0b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 14 Nov 2008 22:06:50 +0000 Subject: [PATCH] Tidy.gir also depends on the tidy sources, not the gnomeshell sources svn path=/trunk/; revision=50 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index a9bb5f5d4..8002436e8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -55,7 +55,7 @@ CLEANFILES += Shell-1.0.typelib # After we run g-ir-scanner, we need to change the library name written in # the .gir file from the "fake" second copy of the library to the real name -Tidy-1.0.gir: $(libgnome_shell_la_SOURCES) Makefile +Tidy-1.0.gir: $(tidy_source_h) $(tidy_source_c) Makefile $(G_IR_SCANNER) \ --namespace=Tidy \ --nsversion=1.0 \