mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-12 11:20:10 +01:00
Introducing new library supposed to be used in cryptsetup tools and future cryptsetup loadable plugins TODO: - distribution - cleanup header files - incorporate also plugin API?
11 lines
235 B
PkgConfig
11 lines
235 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libclidir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: cryptsetup-cli
|
|
Description: cryptsetup cli library
|
|
Version: @LIBCRYPTSETUP_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lcryptsetup_cli
|