summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2007-03-31 15:36:17 +0000
committerEric S. Raymond <esr@thyrsus.com>2007-03-31 15:36:17 +0000
commit54df72ed0d4e59ba75465c392baf663d3b0afeee (patch)
tree90aca7f4a6886f425ba66d446a2e5eb28d73cd96 /configure.ac
parentd556259b88c765bd08deac6c36a53ad187623bc1 (diff)
downloadgpsd-54df72ed0d4e59ba75465c392baf663d3b0afeee.tar.gz
Make pkgconfig aware of this package.
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 253b6236..89234e5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -732,6 +732,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)
+AC_OUTPUT(Makefile gpsd.spec libgps.pc libgpsd.pc)
echo "Configure finished, type 'make' to build."