[gnome-shell: 1/2] fix CLEANFILES: it's Shell-0.1.gir, not Shell-1.0.



commit 1048ae898bc24f5478e974bdcb235ca5e0374457
Author: Dan Winship <danw gnome org>
Date:   Tue Mar 10 13:00:36 2009 -0400

    fix CLEANFILES: it's Shell-0.1.gir, not Shell-1.0.gir
---
 src/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 618abc6..104049f 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)					\



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