mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@373 36d66b0a-2a48-0410-832c-cd162a569da5
11 lines
220 B
PkgConfig
11 lines
220 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: cryptsetup
|
|
Description: cryptsetup library
|
|
Version: @LIBCRYPTSETUP_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lcryptsetup
|