libvips/libvips/histogram/Makefile.am

28 lines
489 B
Makefile

noinst_LTLIBRARIES = libhistogram.la
libhistogram_la_SOURCES = \
histogram.c \
phistogram.h \
hist_dispatch.c \
im_gammacorrect.c \
im_heq.c \
im_hist.c \
im_histeq.c \
im_histgr.c \
im_histnD.c \
im_histplot.c \
im_histindexed.c \
im_histspec.c \
im_hsp.c \
im_mpercent.c \
im_identity.c \
im_invertlut.c \
im_lhisteq.c \
im_maplut.c \
im_buildlut.c \
im_project.c \
im_stdif.c \
tone.c
AM_CPPFLAGS = -I${top_srcdir}/libvips/include @VIPS_CFLAGS@ @VIPS_INCLUDES@