summaryrefslogtreecommitdiff
path: root/libgpsd.pc.in
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 /libgpsd.pc.in
parentd556259b88c765bd08deac6c36a53ad187623bc1 (diff)
downloadgpsd-54df72ed0d4e59ba75465c392baf663d3b0afeee.tar.gz
Make pkgconfig aware of this package.
Diffstat (limited to 'libgpsd.pc.in')
-rw-r--r--libgpsd.pc.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgpsd.pc.in b/libgpsd.pc.in
new file mode 100644
index 00000000..afd67ebe
--- /dev/null
+++ b/libgpsd.pc.in
@@ -0,0 +1,9 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: libgpsd
+Description: Lowlevel GPSD control library
+Version: @VERSION@
+Libs: -L${libdir} -lgpsd