mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
2f98f4b24e
(This used to be commit 96a5ac9db2399019518e134a00c564ec1066f536)
12 lines
268 B
PkgConfig
12 lines
268 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
modulesdir=${prefix}/modules/gensec
|
|
|
|
Name: gensec
|
|
Description: Generic Security Library
|
|
Version: 0.0.1
|
|
Libs: -L${libdir} -lgensec
|
|
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|