summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-03-09 05:15:25 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-03-09 05:15:25 +0000
commit13d2bd858f926ac9be148fbca0bbf5d66c80d21a (patch)
tree4e7a1c4327d1396a1e272bc902ea652212acd58c /configure.ac
parent80e6d49f3cc4cfb92700cdc4261351f9a543a0d8 (diff)
downloadgpsd-13d2bd858f926ac9be148fbca0bbf5d66c80d21a.tar.gz
New packaging/ directory.
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 c818b311..0b48d32c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -952,6 +952,6 @@ if test "xdummy" = "xdummy" -a \
x"$ac_ubx" = "xno"; then
AC_MSG_ERROR(Can't build gpsd with no protocols enabled)
fi
-AC_OUTPUT(Makefile gpsd.spec libgps.pc libgpsd.pc)
+AC_OUTPUT(Makefile packaging/gpsd.spec libgps.pc libgpsd.pc)
echo "Configure finished, type 'make' to build."