mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 11:50:10 +01:00
WIP: Introduce libcryptsetup_cli.
Introducing new library supposed to be used in cryptsetup tools and future cryptsetup loadable plugins TODO: - distribution - cleanup header files - incorporate also plugin API?
This commit is contained in:
committed by
Milan Broz
parent
5ebf128023
commit
a985c12659
10
lib/cli/libcryptsetup_cli.pc.in
Normal file
10
lib/cli/libcryptsetup_cli.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user