summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2010-08-29 13:56:48 +0200
committerChristian Persch <chpe@gnome.org>2010-08-29 13:56:48 +0200
commit203d696ed3772da3b7eb52b12e1f53cc6fdbbebf (patch)
tree29f0c64e3c46aefab24c564656814f8d5d5300a5
parent76387964c9ae6630d5bd29be61e3359b7b0ed8c9 (diff)
downloadvte-0.25.91.tar.gz
Don't dist the gir and typelib0.25.91
Fixes distchecking with --disable-introspection.
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 44ec7656..e77e2641 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -178,10 +178,10 @@ Vte_@VTE_API_VERSION_U@_gir_FILES = \
INTROSPECTION_GIRS += Vte-$(VTE_API_VERSION).gir
girdir = $(INTROSPECTION_GIRDIR)
-dist_gir_DATA = $(INTROSPECTION_GIRS)
+nodist_gir_DATA = $(INTROSPECTION_GIRS)
typelibdir = $(INTROSPECTION_TYPELIBDIR)
-typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
+nodist_typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
CLEANFILES += $(dist_gir_DATA) $(typelib_DATA)
endif