summaryrefslogtreecommitdiff
path: root/capi-location-manager.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'capi-location-manager.pc.in')
-rw-r--r--capi-location-manager.pc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/capi-location-manager.pc.in b/capi-location-manager.pc.in
new file mode 100644
index 0000000..150e613
--- /dev/null
+++ b/capi-location-manager.pc.in
@@ -0,0 +1,15 @@
+
+# Package Information for pkg-config
+
+prefix=@PREFIX@
+exec_prefix=/usr
+libdir=/usr/lib
+includedir=/usr/include/location
+
+Name: @PC_NAME@
+Description: @PACKAGE_DESCRIPTION@
+Version: @VERSION@
+Requires: @PC_REQUIRED@
+Libs: -L${libdir} @PC_LDFLAGS@
+Cflags: -I${includedir}
+