[clutter-gtk] build: Fix srcdir != builddir
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gtk] build: Fix srcdir != builddir
- Date: Fri, 2 Sep 2011 16:39:44 +0000 (UTC)
commit 68f2e2090a6a73110e8ec637e3a1833d3a28200c
Author: Colin Walters <walters verbum org>
Date: Fri Sep 2 12:38:47 2011 -0400
build: Fix srcdir != builddir
examples/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 3e98e8a..29c3df8 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -11,7 +11,7 @@ noinst_PROGRAMS = \
gtk-clutter-window-test2 \
gtk-clutter-test-scroll
-INCLUDES = -I$(srcdir) -I$(top_srcdir)
+INCLUDES = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir)/clutter-gtk
AM_CFLAGS = $(MAINTAINER_CFLAGS) $(CLUTTER_CFLAGS) $(GTK_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]