mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
561d834123
This will allow gensec_start.c to move to the top level. This does not change what code uses the cli_credentials code, but allows the gensec code to be more broadly. Andrew Bartlett
12 lines
311 B
PkgConfig
12 lines
311 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
modulesdir=${prefix}/modules/gensec
|
|
|
|
Name: samba-credentials
|
|
Description: Credentials management
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: @LIB_RPATH@ -L${libdir} -lsamba-credentials
|
|
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|