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