mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
12 lines
261 B
PkgConfig
12 lines
261 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: lvm2app
|
|
Description: lvm2 application library
|
|
Version: @LVM_MAJOR@.@LVM_LIBAPI@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -llvm2app
|
|
Requires.private: devmapper @BLKID_PC@
|