summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-18 22:00:22 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-18 22:00:22 -0400
commit3de982519334edc22a4337c65b1218e2bef5f666 (patch)
treeddf02a43d4d73b2084bec7d7bcd6c688a4bcef0c /packaging
parentaf7f50bdeaffae1e922b022fb132d2f8abf5b311 (diff)
downloadgpsd-3de982519334edc22a4337c65b1218e2bef5f666.tar.gz
libgps.a splits in half, becomes libgps.a + libgpsd.a
This is so client apps don't have to carrry around libusb and all the driver-level stuff. I finally caught on to one of the implications of shared libraries that had somewhow escaped me before.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/gpsd.spec.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/gpsd.spec.in b/packaging/gpsd.spec.in
index 5978b978..04cd44a7 100644
--- a/packaging/gpsd.spec.in
+++ b/packaging/gpsd.spec.in
@@ -111,6 +111,9 @@ cp packaging/etc_init.d_gpsd_rpm "$RPM_BUILD_ROOT"/etc/rc.d/init.d/gpsd
%{_libdir}/libgps.la
%{_libdir}/libgps.so*
%{_libdir}/libgps.a
+%{_libdir}/libgpsd.la
+%{_libdir}/libgpsd.so*
+%{_libdir}/libgpsd.a
%{_mandir}/man8/gpsd.8*
%{_mandir}/man1/gpsprof.1*
%{_mandir}/man1/gpsmon.1*