[vte] Don't install the test programmes and scripts



commit 89336f820dabf3d0ae2f55d76d4af4c70c3004f6
Author: Christian Persch <chpe gnome org>
Date:   Tue Oct 5 16:34:54 2010 +0200

    Don't install the test programmes and scripts

 src/Makefile.am |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 9ca90a2..805fa7d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -194,10 +194,9 @@ endif
 
 # Misc unit tests and utilities
 
-vtelibdir = $(libdir)/vte-$(VTE_API_VERSION)
-vtelib_PROGRAMS = interpret slowcat
-vtelib_SCRIPTS = decset osc window
-EXTRA_DIST += $(vtelib_SCRIPTS)
+noinst_PROGRAMS = interpret slowcat
+noinst_SCRIPTS = decset osc window
+EXTRA_DIST += $(noinst_SCRIPTS)
 
 TEST_SH = check-doc-syntax.sh
 EXTRA_DIST += $(TEST_SH)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]