From 2dc8d9b462d7685bd4f8fa8ad0291f86052bd484 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Mon, 22 Feb 2010 22:07:20 -0500 Subject: [PATCH] Fix include path when building Shell-1.0.gir Since shell-slicer.h includes st.h, and that includes , we need to add -I $(srcdir) to the command line when running g-ir-scanner to generate Shell-1.0.gir. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 626d062a8..99d06367d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -179,6 +179,7 @@ Shell-0.1.gir: $(mutter) $(G_IR_SCANNER) Big-1.0.gir St-1.0.gir libgnome-shell.l --program-arg=--mutter-plugins=$$(pwd)/libgnome-shell.la \ $(addprefix $(srcdir)/,$(libgnome_shell_la_gir_sources)) \ $(libgnome_shell_la_CPPFLAGS) \ + -I $(srcdir) \ -o $@ CLEANFILES += Shell-0.1.gir