33 lines
410 B
Makefile
33 lines
410 B
Makefile
pkginclude_HEADERS = \
|
|
VDisplay.h \
|
|
VError.h \
|
|
VImage.h \
|
|
VMask.h \
|
|
vipscpp.h \
|
|
colour.h \
|
|
debug.h \
|
|
dispatch.h \
|
|
fmask.h \
|
|
mosaic.h \
|
|
proto.h \
|
|
rect.h \
|
|
region.h \
|
|
r_access.h \
|
|
struct.h \
|
|
semaphore.h \
|
|
threadgroup.h \
|
|
thread.h \
|
|
util.h \
|
|
meta.h \
|
|
version.h \
|
|
vips.h \
|
|
vips \
|
|
intl.h \
|
|
vbuf.h \
|
|
vipsc++.h
|
|
|
|
vipsc++.h:
|
|
vips --cpph all > vipsc++.h
|
|
|
|
EXTRA_DIST = version.h.in internal.h
|