From d8094dbd2f7213e3e521681459d50da2d175cd69 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 17 Mar 2015 19:53:47 -0400 Subject: Add ppscheck to the contrib/ default build. --- contrib/SConstruct | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/SConstruct') diff --git a/contrib/SConstruct b/contrib/SConstruct index 314665f8..4d747516 100644 --- a/contrib/SConstruct +++ b/contrib/SConstruct @@ -5,8 +5,9 @@ ashctl = Program("ashctl", ["ashctl.c", "../strl.c"]) binlog = Program("binlog", "binlog.c") +ppscheck = Program("ppscheck", "ppscheck.c") binreplay = Program("binreplay", "binreplay.c", parse_flags=['-lutil']) lla2ecef = Program("lla2ecef", "lla2ecef.c", parse_flags=['-lm']) motosend = Program("motosend", ["motosend.c", "../strl.c"]) -Default(ashctl, binlog, binreplay, lla2ecef, motosend) +Default(ashctl, binlog, binreplay, lla2ecef, motosend, ppscheck) -- cgit v1.2.1