From d354c0302846841a7e803d6d41b1ebd7a2cb4a52 Mon Sep 17 00:00:00 2001 From: Fred Wright Date: Fri, 9 Sep 2016 14:00:03 -0700 Subject: [PATCH 1/5] Removes obsolete ppscheck references from contrib/SConstruct. Also adds comment regarding gpsd_config.h requirement. TESTED: Default build now succeeds. --- contrib/SConstruct | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/SConstruct b/contrib/SConstruct index 5a0e9fc..6c3f4ec 100644 --- a/contrib/SConstruct +++ b/contrib/SConstruct @@ -3,11 +3,12 @@ # won't get used on a daily basis, but someone might find them useful for # tinkering with their gear. +# Note that ../gpsd_config.h is required and not built automatically. + ashctl = Program("ashctl", ["ashctl.c", "../strl.c"]) binlog = Program("binlog", "binlog.c") binreplay = Program("binreplay", "binreplay.c", parse_flags=['-lutil']) lla2ecef = Program("lla2ecef", "lla2ecef.c", parse_flags=['-lm']) motosend = Program("motosend", ["motosend.c", "../strl.c"]) -ppscheck = Program("ppscheck", "ppscheck.c") -Default(ashctl, binlog, binreplay, lla2ecef, motosend, ppscheck) +Default(ashctl, binlog, binreplay, lla2ecef, motosend) -- 2.9.3