1
0
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:
Jelmer Vernooij 2008-01-22 18:39:54 +01:00
parent 0ae14b6cb4
commit 2f98f4b24e
3 changed files with 13 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#################################
# Start SUBSYSTEM gensec
[LIBRARY::gensec]
PC_FILE = gensec.pc
VERSION = 0.0.1
SO_VERSION = 0
DESCRIPTION = Generic Security Library

View 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

View File

@ -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,
[],