From cb5107b070bdf5cce133d7d727ddeb9cd7b50d1f Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 17 Nov 2009 16:28:14 +0000 Subject: [PATCH] * Fix build of trifiller with imlib2 --- examples/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/Makefile.am b/examples/Makefile.am index fcbc959..838b3e4 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -9,6 +9,8 @@ conio_snake = conio-snake endif trifiller_SOURCES = trifiller.c ../src/common-image.c +trifiller_CFLAGS = $(IMLIB2_CFLAGS) +trifiller_LDFLAGS = $(IMLIB2_LIBS) trifiller_LDADD = ../caca/libcaca.la -lm blit_SOURCES = blit.c