[vte] Don't dist the gir and typelib
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] Don't dist the gir and typelib
- Date: Sun, 29 Aug 2010 11:58:16 +0000 (UTC)
commit 203d696ed3772da3b7eb52b12e1f53cc6fdbbebf
Author: Christian Persch <chpe gnome org>
Date: Sun Aug 29 13:56:48 2010 +0200
Don't dist the gir and typelib
Fixes distchecking with --disable-introspection.
src/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 44ec765..e77e264 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]