[gnome-shell] Fix srcdir != builddir build of St.gir
- From: Owen Taylor <otaylor src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-shell] Fix srcdir != builddir build of St.gir
- Date: Wed, 7 Oct 2009 23:37:54 +0000 (UTC)
commit a26b0b60d1eed6e44ece2d14472847eafe87d231
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Wed Oct 7 19:32:00 2009 -0400
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 90e5e2d..d29ce27 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]