[libsecret] Makefile.am: Don't build tests during normal builds



commit c28233973bb18c4cc52411928de9c65989598e5e
Author: Stef Walter <stefw gnome org>
Date:   Thu Mar 6 12:48:48 2014 +0100

    Makefile.am: Don't build tests during normal builds
    
    This makes things build faster, and also fixes issues
    I can't reproduce with vala and gir.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725690

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7a711ed..331defa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -126,7 +126,7 @@ noinst_DATA =
 noinst_LTLIBRARIES =
 TESTS =
 
-noinst_PROGRAMS = $(check_PROGRAMS)
+noinst_PROGRAMS =
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA =


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