summaryrefslogtreecommitdiff
path: root/osp-locations.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'osp-locations.pc.in')
-rwxr-xr-xosp-locations.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/osp-locations.pc.in b/osp-locations.pc.in
new file mode 100755
index 0000000..eb6c3b7
--- /dev/null
+++ b/osp-locations.pc.in
@@ -0,0 +1,14 @@
+# Package Information for pkg-config
+
+prefix=@PREFIX@
+exec_prefix=/usr
+libdir=/usr/lib/osp
+includedir=/usr/include/osp
+
+Name: @PC_NAME@
+Description: @PACKAGE_DESCRIPTION@
+Version: @VERSION@
+Requires: @PC_REQUIRED@
+Libs: -L${libdir} @PC_LDFLAGS@
+Cflags: -I${includedir}
+