mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
gensec: Use manually written .pc file.
(This used to be commit 96a5ac9db2
)
This commit is contained in:
parent
0ae14b6cb4
commit
2f98f4b24e
@ -1,6 +1,7 @@
|
||||
#################################
|
||||
# Start SUBSYSTEM gensec
|
||||
[LIBRARY::gensec]
|
||||
PC_FILE = gensec.pc
|
||||
VERSION = 0.0.1
|
||||
SO_VERSION = 0
|
||||
DESCRIPTION = Generic Security Library
|
||||
|
11
source4/auth/gensec/gensec.pc.in
Normal file
11
source4/auth/gensec/gensec.pc.in
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
@ -31,6 +31,7 @@ AC_OUTPUT(lib/registry/registry.pc)
|
||||
AC_OUTPUT(librpc/dcerpc.pc)
|
||||
AC_OUTPUT(librpc/ndr.pc)
|
||||
AC_OUTPUT(torture/torture.pc)
|
||||
AC_OUTPUT(auth/gensec/gensec.pc)
|
||||
|
||||
SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.1.0,
|
||||
[],
|
||||
|
Loading…
Reference in New Issue
Block a user