From 1048ae898bc24f5478e974bdcb235ca5e0374457 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 10 Mar 2009 13:00:36 -0400 Subject: [PATCH] fix CLEANFILES: it's Shell-0.1.gir, not Shell-1.0.gir --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 618abc67e..104049fb3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -102,13 +102,13 @@ Shell-0.1.gir: $(metacity) $(G_IR_SCANNER) Big-1.0.gir libgnome-shell.la Makefil $(libgnome_shell_la_gir_sources) \ $(libgnome_shell_la_CPPFLAGS) \ -o $@ -CLEANFILES += Shell-1.0.gir +CLEANFILES += Shell-0.1.gir # The dependency on libgnome-shell.la here is because g-ir-compiler opens it # (not the fake library, since we've already done the rewriting) Shell-0.1.typelib: libgnome-shell.la Shell-0.1.gir Big-1.0.gir LD_LIBRARY_PATH=$${LD_LIBRARY_PATH:+$$LD_LIBRARY_PATH:}. g-ir-compiler --includedir=$(builddir) --includedir=$(libdir)/metacity/ Shell-0.1.gir -o $@ -CLEANFILES += Shell-1.0.typelib +CLEANFILES += Shell-0.1.typelib Tidy-1.0.gir: $(metacity) $(G_IR_SCANNER) libgnome-shell.la libtidy-1.0.la Makefile $(G_IR_SCANNER) \