mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
policy: Rename to samba-policy to avoid name space clashes.
This commit is contained in:
parent
47a41c8daf
commit
221a79ad00
@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: policy
|
||||
Name: samba-policy
|
||||
Description: Active Directory Group Policy library
|
||||
Requires: talloc
|
||||
Requires.private: ldb
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: @LIB_RPATH@ -L${libdir} -lpolicy
|
||||
Libs: @LIB_RPATH@ -L${libdir} -lsamba-policy
|
||||
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
bld.SAMBA_LIBRARY('policy',
|
||||
bld.SAMBA_LIBRARY('samba-policy',
|
||||
source='gp_ldap.c gp_filesys.c gp_manage.c gp_ini.c',
|
||||
pc_files='policy.pc',
|
||||
pc_files='samba-policy.pc',
|
||||
public_deps='ldb samba-net',
|
||||
vnum='0.0.1',
|
||||
pyembed=True
|
||||
@ -10,6 +10,6 @@ bld.SAMBA_LIBRARY('policy',
|
||||
|
||||
bld.SAMBA_PYTHON('py_policy',
|
||||
source='pypolicy.c',
|
||||
public_deps='policy pytalloc-util',
|
||||
public_deps='samba-policy pytalloc-util',
|
||||
realname='samba/policy.so'
|
||||
)
|
||||
|
@ -3,6 +3,6 @@
|
||||
bld.SAMBA_BINARY('samba-tool',
|
||||
source='samba_tool.c password.c vampire.c gpo.c',
|
||||
autoproto='proto.h',
|
||||
deps='samba-hostconfig samba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS policy auth4',
|
||||
deps='samba-hostconfig samba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS samba-policy auth4',
|
||||
pyembed=True
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user