1 SUBDIRS = src termcaps po doc perf
15 if BUILD_GNOME_PTY_HELPER
16 SUBDIRS += gnome-pty-helper
19 if ENABLE_GLADE_CATALOGUE
23 pkgconfigdir = $(libdir)/pkgconfig
24 pkgconfig_DATA = vte$(VTE_PC_VERSION).pc
26 DISTCHECK_CONFIGURE_FLAGS = \
28 --disable-introspection \
29 --disable-silent-rules \
32 MAINTAINERCLEANFILES = \
35 $(srcdir)/aclocal.m4 \
36 $(srcdir)/autoscan.log \
38 $(srcdir)/config.guess \
39 $(srcdir)/config.h.in \
40 $(srcdir)/config.sub \
42 $(srcdir)/configure.scan \
44 $(srcdir)/install-sh \
47 $(srcdir)/mkinstalldirs \
49 $(srcdir)/xmldocs.make \
50 $(srcdir)/gtk-doc.make \
51 $(srcdir)/po/Makefile.in.in \
52 `find "$(srcdir)" -type f -name Makefile.in -print`
54 # Build ChangeLog from GIT history
56 $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \
57 GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \
64 -include $(top_srcdir)/git.mk