add missing header to _sources

thanks Kleis
This commit is contained in:
John Cupitt 2022-01-18 16:15:26 +00:00
parent 545933255e
commit f01c9fcd91

View File

@ -39,6 +39,7 @@ libforeign_la_SOURCES = \
pngsave.c \
ppmload.c \
ppmsave.c \
quantise.h \
quantise.c \
radiance.c \
radload.c \
@ -92,4 +93,3 @@ libforeign_la_SOURCES += openslideload.c
endif # !OPENSLIDE_MODULE
AM_CPPFLAGS = -I${top_srcdir}/libvips/include @VIPS_CFLAGS@ @VIPS_INCLUDES@