diff options
Diffstat (limited to 'main/lzo/lzo2.pc.in')
-rw-r--r-- | main/lzo/lzo2.pc.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/main/lzo/lzo2.pc.in b/main/lzo/lzo2.pc.in new file mode 100644 index 00000000..d5d7fa98 --- /dev/null +++ b/main/lzo/lzo2.pc.in @@ -0,0 +1,21 @@ +# +# lzo2.pc -- LZO pkg-config configuration file +# +# This file is part of the LZO data compression library. +# http://www.oberhumer.com/opensource/lzo/ +# +# Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer +# All Rights Reserved. +# + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +includedir=@includedir@ +libdir=@libdir@ + +Name: lzo2 +Version: @PACKAGE_VERSION@ +Description: LZO - a real-time data compression library +URL: http://www.oberhumer.com/opensource/lzo/ +Cflags: -I${includedir}/lzo +Libs: -L${libdir} -llzo2 |