[gnome-builder] build: fix out-of-tree builds from git snapshots
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] build: fix out-of-tree builds from git snapshots
- Date: Sun, 29 Mar 2015 22:20:41 +0000 (UTC)
commit 41f3f8d0b406f93ad179f94efa82d7bcbb6421d0
Author: Christian Hergert <christian hergert me>
Date: Sun Mar 29 15:20:19 2015 -0700
build: fix out-of-tree builds from git snapshots
OOTB work from tarballs since ide-enums.[ch] are generated, this fixes
out of tree from git working directory.
libide/Makefile.am | 1 +
src/gnome-builder.mk | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libide/Makefile.am b/libide/Makefile.am
index bddd37c..d0b2922 100644
--- a/libide/Makefile.am
+++ b/libide/Makefile.am
@@ -280,6 +280,7 @@ libide_1_0_la_SOURCES = \
$(NULL)
libide_1_0_la_includes = \
+ -I$(top_builddir)/libide \
-I$(top_srcdir)/cut-n-paste \
-I$(top_srcdir)/libide \
-I$(top_srcdir)/libide/autotools \
diff --git a/src/gnome-builder.mk b/src/gnome-builder.mk
index 5974e76..a298b28 100644
--- a/src/gnome-builder.mk
+++ b/src/gnome-builder.mk
@@ -161,6 +161,7 @@ libgnome_builder_la_CFLAGS = \
$(MAINTAINER_CFLAGS) \
-I$(top_builddir)/src/resources \
-I$(top_builddir)/src/util \
+ -I$(top_builddir)/libide \
-I$(top_srcdir)/cut-n-paste \
-I$(top_srcdir)/libide \
-I$(top_srcdir)/src/app \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]