summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/SConstruct5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/SConstruct b/contrib/SConstruct
index 5a0e9fcd..785fb179 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 is built separately
+
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)