From 34297fcdf9da39d12d96d5d51d4409c64c6a7787 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 29 Sep 2008 23:03:38 +0000 Subject: [PATCH] Fix separate directory build failure caused by caca_types.h. --- examples/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 3e2c156..c0b239b 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,6 +1,7 @@ # $Id$ -AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\" +AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I$(top_builddir)/caca \ + -DDATADIR=\"$(pkgdatadir)\" noinst_PROGRAMS = blit canvas colors demo demo0 dithering driver event export figfont font font2tga frames fullwidth gamma hsv input spritedit swallow text transform truecolor unicode import