summaryrefslogtreecommitdiff
path: root/vboot_host.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'vboot_host.pc.in')
-rw-r--r--vboot_host.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/vboot_host.pc.in b/vboot_host.pc.in
new file mode 100644
index 00000000..46243db7
--- /dev/null
+++ b/vboot_host.pc.in
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+includedir=${prefix}/include
+libdir=${prefix}/@LIBDIR@
+
+Name: libvboot_host
+Version: 2
+Description: Static library of functions related to vboot and cgpt.
+Cflags: -I${includedir}
+Libs: -L${libdir} -lvboot_host @LDLIBS@