summaryrefslogtreecommitdiff
path: root/lib/sqfs/libsquashfs.pc.in
blob: 6105248a8171b9cbc84e10b681947362918ba9d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Description: A library for working with SquashFS file systems.

Cflags: -I${includedir}
Libs: -L${libdir} -lsquashfs

Requires.private: @LIBSQFS_DEP_MOD@
Libs.private: @LZO_LIBS@ @PTHREAD_LIBS@