############################################################################### # Automake targets and declarations for libcaca test programs ############################################################################### noinst_PROGRAMS = dithering dithering_SOURCES = dithering.c dithering_LDADD = ../src/libcaca.a @CACA_LIBS@ dithering_CPPFLAGS = -I$(top_srcdir)/src