blob: 886151009ad5f68abbea8ea87a24a74288f86e6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libisal
Description: Library for storage systems
Version: @VERSION@
Libs: -L${libdir} -lisal
Libs.private:
Cflags: -I${includedir}
|