From a26b0b60d1eed6e44ece2d14472847eafe87d231 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Wed, 7 Oct 2009 19:32:00 -0400 Subject: [PATCH] Fix srcdir != builddir build of St.gir We need to use st_cflags which has -I$(srcdir) not ST_CFLAGS when building St.gir. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 90e5e2dba..d29ce27d9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -221,7 +221,7 @@ St-1.0.gir: $(mutter) $(G_IR_SCANNER) libgnome-shell.la libst-1.0.la Makefile $(addprefix $(srcdir)/,$(st_source_h)) \ $(addprefix $(srcdir)/,$(st_source_c)) \ $(srcdir)/st-enum-types.h \ - $(ST_CFLAGS) \ + $(st_cflags) \ -o $@ CLEANFILES += St-1.0.gir