From 4156afb43ede35a372a578950cfac3fc80502608 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lamoureux Date: Mon, 16 Nov 2009 12:21:55 +0000 Subject: [PATCH] * Add -lm to examples/trifiller. Oops. --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index ebf7d56..fcbc959 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -9,7 +9,7 @@ conio_snake = conio-snake endif trifiller_SOURCES = trifiller.c ../src/common-image.c -trifiller_LDADD = ../caca/libcaca.la +trifiller_LDADD = ../caca/libcaca.la -lm blit_SOURCES = blit.c blit_LDADD = ../caca/libcaca.la