mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
samdb: Build as public library.
This commit is contained in:
parent
54a5c398aa
commit
05cb5ad87c
10
source4/dsdb/samdb.pc.in
Normal file
10
source4/dsdb/samdb.pc.in
Normal file
@ -0,0 +1,10 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: samdb
|
||||
Description: Sam Database
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lsamdb
|
||||
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|
@ -4,9 +4,10 @@ bld.RECURSE('samdb/ldb_modules')
|
||||
|
||||
bld.SAMBA_LIBRARY('samdb',
|
||||
source='samdb/samdb.c samdb/samdb_privilege.c samdb/cracknames.c repl/replicated_objects.c',
|
||||
pc_files='samdb.pc',
|
||||
autoproto='samdb/samdb_proto.h',
|
||||
private_library=True,
|
||||
public_deps='krb5',
|
||||
vnum='0.0.1',
|
||||
deps='ndr NDR_DRSUAPI NDR_DRSBLOBS auth_system_session LIBCLI_AUTH ndr SAMDB_SCHEMA ldbsamba samdb-common LIBCLI_DRSUAPI LIBCLI_LDAP_NDR samba-util com_err authkrb5 credentials ldbwrap',
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user