SUBDIRS = \
	libvips \
	cplusplus \
	tools \
	po \
	man \
	doc \
	test \
	fuzz

EXTRA_DIST = \
	m4 \
	benchmark \
	autogen.sh \
	vips.pc.in \
	vips-cpp.pc.in \
	suppressions \
	depcomp \
	README.md 

pkgconfig_DATA = vips.pc vips-cpp.pc

dist-hook:
# make sure we don't get any .svn dirs from EXTRA_DIST
# also "fred" gets left around occasionally
	-find $(distdir) -name .svn -exec rm -rf {} \;
	-find $(distdir) -name fred -exec rm {} \;

ACLOCAL_AMFLAGS = -I m4

DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-introspection