1 prefix=/usr
2 exec_prefix=${prefix}
3 includedir=${prefix}/include
4 libdir=${prefix}/@LIBDIR@
5
6 Name: libvboot_host
7 Version: 2
8 Description: Static library of functions related to vboot and cgpt.
9 Cflags: -I${includedir}
10 Libs: -L${libdir} -lvboot_host @LDLIBS@
11