mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
fe02752ed6
This does not change who uses gensec for now, but makes it possible to write new gensec modules outside source4/ Andrew Bartlett
12 lines
291 B
PkgConfig
12 lines
291 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
modulesdir=${prefix}/modules/gensec
|
|
|
|
Name: gensec
|
|
Description: Generic Security Library
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: @LIB_RPATH@ -L${libdir} -lgensec
|
|
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|