summaryrefslogtreecommitdiff
path: root/sensor.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'sensor.pc.in')
-rw-r--r--sensor.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/sensor.pc.in b/sensor.pc.in
new file mode 100644
index 0000000..abac8eb
--- /dev/null
+++ b/sensor.pc.in
@@ -0,0 +1,13 @@
+# Package Information for pkg-config
+
+prefix=@PREFIX@
+exec_prefix=@EXEC_PREFIX@
+libdir=@LIBDIR@
+includedir=@INCLUDEDIR@/sensor
+
+Name: libsensor
+Description: Sensor framework client library
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lsensor
+Cflags: -I${includedir}