From c28233973bb18c4cc52411928de9c65989598e5e Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 6 Mar 2014 12:48:48 +0100 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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 = -- 2.7.4