You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ###############################################################################
- # Automake targets and declarations for libcaca test programs
- ###############################################################################
-
- noinst_PROGRAMS = dithering optipal
-
- dithering_SOURCES = dithering.c
- dithering_LDADD = ../src/libcaca.a @CACA_LIBS@
- dithering_CPPFLAGS = -I$(top_srcdir)/src
-
- optipal_SOURCES = optipal.c
- optipal_LDADD = ../src/libcaca.a @CACA_LIBS@
- optipal_CPPFLAGS = -I$(top_srcdir)/src
|