[pango] Build test programs in "make all"



commit 1b5ff16fcbcf4d43cad74b28f0dc63244f2b578c
Author: Behdad Esfahbod <behdad behdad org>
Date:   Sun Dec 2 17:39:58 2012 +0200

    Build test programs in "make all"

 tests/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ff5e784..6f483ec 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -41,8 +41,6 @@ TESTS_ENVIRONMENT =                    \
    srcdir=$(srcdir)                    \
    PANGO_RC_FILE=./pangorc
 
-noinst_PROGRAMS = gen-all-unicode dump-boundaries
-
 check_PROGRAMS = testboundaries testboundaries_ucd testcolor testscript
 
 if HAVE_CAIRO
@@ -78,4 +76,6 @@ pangorc: $(srcdir)/../modules/pangorc
 
 $(noinst_PROGRAMS) $(check_PROGRAMS): pangorc
 
+noinst_PROGRAMS = $(check_PROGRAMS) gen-all-unicode dump-boundaries
+
 -include $(top_srcdir)/git.mk



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