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

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

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

Requires.private: @LIBSQFS_DEP_MOD@