Last change
on this file was 745, checked in by Silvan Scherrer, 13 years ago |
Samba Server: updated trunk to 3.6.0
|
File size:
327 bytes
|
Line | |
---|
1 | #!/usr/bin/env python
|
---|
2 |
|
---|
3 | bld.SAMBA_LIBRARY('policy',
|
---|
4 | source='gp_ldap.c gp_filesys.c gp_manage.c gp_ini.c',
|
---|
5 | pc_files='policy.pc',
|
---|
6 | public_deps='ldb samba-net',
|
---|
7 | vnum='0.0.1',
|
---|
8 | pyembed=True
|
---|
9 | )
|
---|
10 |
|
---|
11 | bld.SAMBA_PYTHON('py_policy',
|
---|
12 | source='pypolicy.c',
|
---|
13 | public_deps='policy pytalloc-util',
|
---|
14 | realname='samba/policy.so'
|
---|
15 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.