summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-01 19:55:13 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-01 19:55:13 -0400
commitcf18e52e7420c5219fbf2d054b95c1e701adb389 (patch)
tree4d3c07fbdaf7bbd388e990dfbfb49f9f70904c4d /SConstruct
parent282122c022d42765b491a11ced84b1749469c726 (diff)
downloadgpsd-cf18e52e7420c5219fbf2d054b95c1e701adb389.tar.gz
Actual code changes to get rid of Berlios URLs.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 577a7371..f72eaa61 100644
--- a/SConstruct
+++ b/SConstruct
@@ -373,6 +373,8 @@ confdefs = ["/* gpsd_config.h. Generated by scons, do not hand-hack. */\n"]
confdefs.append('#define VERSION "%s"\n' % gpsd_version)
+confdefs.append('#define GPSD_URL "%s"\n' % website)
+
cxx = config.CheckCXX()
for f in ("daemon", "strlcpy", "strlcat"):