13 lines
237 B
Makefile
13 lines
237 B
Makefile
|
noinst_LTLIBRARIES = libother.la
|
||
|
|
||
|
libother_la_SOURCES = \
|
||
|
im_benchmark.c \
|
||
|
im_eye.c \
|
||
|
im_grey.c \
|
||
|
im_make_xy.c \
|
||
|
im_sines.c \
|
||
|
im_zone.c \
|
||
|
other_dispatch.c
|
||
|
|
||
|
INCLUDES = -I${top_srcdir}/libvips/include @VIPS_CFLAGS@ @VIPS_INCLUDES@
|