]> granicus.if.org Git - jq/commitdiff
use AM_SILENT_RULES
authorLee Thompson <stagr.lee@gmail.com>
Sun, 3 Feb 2013 06:09:47 +0000 (00:09 -0600)
committerLee Thompson <stagr.lee@gmail.com>
Sun, 3 Feb 2013 06:09:47 +0000 (00:09 -0600)
configure.ac
execute.c

index 52037ca880137f892d11636426fae0264756f0d4..8b00a2a764606e678f3f952b748f0ef794f8a4ba 100644 (file)
@@ -5,6 +5,7 @@ dnl Created autoconf implementation thompson@dtosolutions, 26NOV12
 AC_PREREQ([2.61])
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([parallel-tests])
+AM_SILENT_RULES([yes])
 AC_PROG_CC
 AC_PROG_CC_STDC
 AC_PROG_CPP_WERROR
index fb4a3895e77f43ce67cf44ca5611ee038bca70cd..ceaf989781e1287332d3edb0cdf988eb09a43e3a 100644 (file)
--- a/execute.c
+++ b/execute.c
@@ -12,6 +12,7 @@
 #include "frame_layout.h"
 
 #include "jv_alloc.h"
+#include "jq_parser.h"
 #include "locfile.h"
 #include "jv.h"
 #include "jv_aux.h"