summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-09-02 12:38:47 -0400
committerColin Walters <walters@verbum.org>2011-09-02 12:38:47 -0400
commit68f2e2090a6a73110e8ec637e3a1833d3a28200c (patch)
tree4d49870f0ef03eaf4cfbda897e6b42af0591820b
parent496aa0c97672ee1e84f0be6d339c559b1d74ce50 (diff)
downloadclutter-gtk-68f2e2090a6a73110e8ec637e3a1833d3a28200c.tar.gz
build: Fix srcdir != builddir
-rw-r--r--examples/Makefile.am2
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)