summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-19 13:20:04 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-19 13:20:04 -0400
commit1acf8fae143c886ed4b4b61186738ce462319722 (patch)
tree6b988de09b6b28a06f5447b6338c9d4b9f57314c /configure.ac
parent49123d709ce131787b2ceabc5c8ce1576b7787a5 (diff)
downloadgpsd-1acf8fae143c886ed4b4b61186738ce462319722.tar.gz
Fix a packaging error that resulted in xgps being omitted from the tarball.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 53a7ef1c..3fbd5483 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1118,7 +1118,7 @@ if test "xdummy" = "xdummy" -a \
fi
AC_OUTPUT(Makefile packaging/gpsd.spec libgps.pc libgpsd.pc
jsongen.py maskaudit.py
- gpscat gpsfake gpsprof valgrind-audit,
+ xgps gpscat gpsfake gpsprof valgrind-audit,
[chmod +x jsongen.py maskaudit.py gpscat gpsfake gpsprof valgrind-audit])
echo "Configure finished, type 'make' to build."