GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / tools / misc / xz / src / liblzma / liblzma.pc.in
blob7f11f1a2009ef8b5f9f7c1bece97abddfcba4684
2 # Author: Lasse Collin
4 # This file has been put into the public domain.
5 # You can do whatever you want with this file.
8 prefix=@prefix@
9 exec_prefix=@exec_prefix@
10 libdir=@libdir@
11 includedir=@includedir@
13 Name: liblzma
14 Description: General purpose data compression library
15 URL: @PACKAGE_URL@
16 Version: @PACKAGE_VERSION@
17 Cflags: -I${includedir}
18 Libs: -L${libdir} -llzma
19 Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@