From e37f6aac55299abb55ead93f13a838f78e5d23e6 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 14 Nov 2006 07:46:51 +0000 Subject: [PATCH] * Renamed the "all" test to "cucul" because it otherwise conflicted with the automake "all" rule. --- test/Makefile.am | 8 ++++---- test/{all.c => cucul.c} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename test/{all.c => cucul.c} (100%) diff --git a/test/Makefile.am b/test/Makefile.am index 0292329..8709f3b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,10 +2,7 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\" -noinst_PROGRAMS = all blit colors demo demo0 dithering event export font font2tga frames fullwidth gamma hsv input spritedit swallow text transform truecolor unicode import - -all_SOURCES = all.c -all_LDADD = ../caca/libcaca.la ../cucul/libcucul.la +noinst_PROGRAMS = blit colors cucul demo demo0 dithering event export font font2tga frames fullwidth gamma hsv input spritedit swallow text transform truecolor unicode import blit_SOURCES = blit.c blit_LDADD = ../caca/libcaca.la ../cucul/libcucul.la @@ -13,6 +10,9 @@ blit_LDADD = ../caca/libcaca.la ../cucul/libcucul.la colors_SOURCES = colors.c colors_LDADD = ../caca/libcaca.la ../cucul/libcucul.la +cucul_SOURCES = cucul.c +cucul_LDADD = ../cucul/libcucul.la + demo_SOURCES = demo.c demo_LDADD = ../caca/libcaca.la ../cucul/libcucul.la demo_LDFLAGS = @MATH_LIBS@ diff --git a/test/all.c b/test/cucul.c similarity index 100% rename from test/all.c rename to test/cucul.c