libvips/Makefile.am

33 lines
567 B
Makefile

SUBDIRS = \
libvips \
cplusplus \
tools \
po \
man \
doc \
test \
fuzz
EXTRA_DIST = \
m4 \
benchmark \
autogen.sh \
vips.pc.in \
vips-cpp.pc.in \
libvips.supp \
depcomp \
README.md
pkgconfigdir = $(libdir)/pkgconfig
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