fix intro header list
This commit is contained in:
parent
b21c47b1c5
commit
4eeacd3c1f
24
configure.ac
24
configure.ac
@ -103,26 +103,16 @@ headers="\
|
|||||||
foreign.h \
|
foreign.h \
|
||||||
interpolate.h \
|
interpolate.h \
|
||||||
header.h \
|
header.h \
|
||||||
type.h \
|
|
||||||
operation.h \
|
operation.h \
|
||||||
buf.h \
|
enumtypes.h \
|
||||||
colour.h \
|
|
||||||
conversion.h \
|
conversion.h \
|
||||||
convolution.h \
|
|
||||||
create.h \
|
|
||||||
draw.h \
|
|
||||||
freqfilt.h \
|
|
||||||
histogram.h \
|
|
||||||
memory.h \
|
|
||||||
morphology.h \
|
|
||||||
mosaicing.h \
|
|
||||||
arithmetic.h \
|
arithmetic.h \
|
||||||
rect.h \
|
colour.h \
|
||||||
region.h \
|
convolution.h \
|
||||||
relational.h \
|
draw.h \
|
||||||
resample.h"
|
morphology.h \
|
||||||
|
type.h \
|
||||||
#headers="basic.h vips.h object.h image.h error.h foreign.h interpolate.h header.h operation.h enumtypes.h arithmetic.h conversion.h type.h"
|
region.h"
|
||||||
|
|
||||||
for name in $headers; do
|
for name in $headers; do
|
||||||
vips_introspection_sources="$vips_introspection_sources include/vips/$name"
|
vips_introspection_sources="$vips_introspection_sources include/vips/$name"
|
||||||
|
Loading…
Reference in New Issue
Block a user