libvips/libvips/create/Makefile.am

21 lines
321 B
Makefile

noinst_LTLIBRARIES = libcreate.la
libcreate_la_SOURCES = \
create.c \
pcreate.h \
buildlut.c \
point.c \
point.h \
eye.c \
grey.c \
xyz.c \
black.c \
text.c \
gaussnoise.c \
im_benchmark.c \
sines.c \
zone.c \
other_dispatch.c
AM_CPPFLAGS = -I${top_srcdir}/libvips/include @VIPS_CFLAGS@ @VIPS_INCLUDES@