From 60dbb19c2d3c0210abfd1cb4fc3b09238ec3284e Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Wed, 7 Oct 2009 19:27:17 -0400 Subject: [PATCH] Reference Meta-2.28.gir Now that Mutter has been bumped to 2.28.0, we need to reference Meta-2.28.gir not Meta-2.27.gir. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index b747cf4a7..90e5e2dba 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -166,7 +166,7 @@ Shell-0.1.gir: $(mutter) $(G_IR_SCANNER) Big-1.0.gir St-1.0.gir libgnome-shell.l --nsversion=0.1 \ --add-include-path=$(MUTTER_LIB_DIR)/mutter/ \ --include=Clutter-1.0 \ - --include=Meta-2.27 \ + --include=Meta-2.28 \ --libtool="$(LIBTOOL)" \ --add-include-path=$(builddir) \ --include=Big-1.0 \