libvips/libsrc/resample/Makefile.am

16 lines
294 B
Makefile
Raw Normal View History

2009-02-24 17:40:10 +01:00
noinst_LTLIBRARIES = libresample.la
libresample_la_SOURCES = \
im_affine.c \
bicubic.cpp \
similarity.c \
interpolate.c \
yafrsmooth.cpp \
2009-03-16 15:13:38 +01:00
nohalo1.cpp \
2009-03-18 11:01:22 +01:00
snohalo1.cpp \
2009-02-24 17:40:10 +01:00
templates.h \
transform.c \
resample_dispatch.c
INCLUDES = -I${top_srcdir}/include @VIPS_CFLAGS@ @VIPS_INCLUDES@