fix make dist for 8.8.3
This commit is contained in:
parent
f80c7a1810
commit
d4bd8c4c0b
@ -1324,6 +1324,7 @@ AC_OUTPUT([
|
||||
libvips/Makefile
|
||||
libvips/arithmetic/Makefile
|
||||
libvips/colour/Makefile
|
||||
libvips/colour/profiles/Makefile
|
||||
libvips/conversion/Makefile
|
||||
libvips/convolution/Makefile
|
||||
libvips/deprecated/Makefile
|
||||
|
@ -1,5 +1,7 @@
|
||||
noinst_LTLIBRARIES = libcolour.la
|
||||
|
||||
SUBDIRS = profiles
|
||||
|
||||
libcolour_la_SOURCES = \
|
||||
profiles.c \
|
||||
profiles.h \
|
||||
@ -42,7 +44,6 @@ profiles.c:
|
||||
./wrap-profiles.sh profiles profiles.c
|
||||
|
||||
EXTRA_DIST = \
|
||||
profiles \
|
||||
wrap-profiles.sh
|
||||
|
||||
AM_CPPFLAGS = -I${top_srcdir}/libvips/include @VIPS_CFLAGS@ @VIPS_INCLUDES@
|
||||
|
3
libvips/colour/profiles/Makefile.am
Normal file
3
libvips/colour/profiles/Makefile.am
Normal file
@ -0,0 +1,3 @@
|
||||
EXTRA_DIST = \
|
||||
cmyk.icm \
|
||||
sRGB.icm
|
Loading…
Reference in New Issue
Block a user