updated pkg config file

This commit is contained in:
Yann Collet 2016-11-30 11:06:58 -08:00
parent 99672d1231
commit 95eb43be09

View File

@ -1,5 +1,5 @@
# ZSTD - standard compression algorithm # ZSTD - standard compression algorithm
# Copyright (C) 2014-2015, Yann Collet. # Copyright (C) 2014-2016, Yann Collet, Facebook
# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) # BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
prefix=@PREFIX@ prefix=@PREFIX@
@ -7,8 +7,8 @@ libdir=@LIBDIR@
includedir=@INCLUDEDIR@ includedir=@INCLUDEDIR@
Name: zstd Name: zstd
Description: lossless compression algorithm library Description: fast lossless compression algorithm library
URL: https://github.com/facebook/zstd URL: http://www.zstd.net/
Version: @VERSION@ Version: @VERSION@
Libs: -L${libdir} -lzstd Libs: -L${libdir} -lzstd
Cflags: -I${includedir} Cflags: -I${includedir}