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:
361 bytes
|
Line | |
---|
1 | #!/usr/bin/env python
|
---|
2 |
|
---|
3 | bld.SAMBA_MODULE('ntptr_simple_ldb',
|
---|
4 | source='simple_ldb/ntptr_simple_ldb.c',
|
---|
5 | subsystem='ntptr',
|
---|
6 | init_function='ntptr_simple_ldb_init',
|
---|
7 | deps='ldb NDR_SPOOLSS DCERPC_COMMON ldbsamba'
|
---|
8 | )
|
---|
9 |
|
---|
10 |
|
---|
11 | bld.SAMBA_SUBSYSTEM('ntptr',
|
---|
12 | source='ntptr_base.c ntptr_interface.c',
|
---|
13 | autoproto='ntptr_proto.h',
|
---|
14 | public_deps='DCERPC_COMMON'
|
---|
15 | )
|
---|
16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.