acpi: Add IORT helper functions
[coreboot2.git] / util / cbfstool / lz4 / lib / liblz4.pc.in
blobd9393c7d4c691a894f24ebcd2d42e34e8eb0d7e1
1 #   LZ4 - Fast LZ compression algorithm
2 #   Copyright (C) 2011-2014, Yann Collet.
3 #   BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
5 prefix=@PREFIX@
6 libdir=@LIBDIR@
7 includedir=@INCLUDEDIR@
9 Name: lz4
10 Description: fast lossless compression algorithm library
11 URL: http://lz4.org/
12 Version: @VERSION@
13 Libs: -L@LIBDIR@ -llz4
14 Cflags: -I@INCLUDEDIR@