|
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:
642 bytes
|
| Line | |
|---|
| 1 | #!/usr/bin/env python
|
|---|
| 2 |
|
|---|
| 3 | bld.SAMBA_LIBRARY('cmdline-credentials',
|
|---|
| 4 | source='credentials.c',
|
|---|
| 5 | autoproto='credentials.h',
|
|---|
| 6 | public_deps='credentials popt',
|
|---|
| 7 | private_library=True)
|
|---|
| 8 |
|
|---|
| 9 | bld.SAMBA_SUBSYSTEM('POPT_SAMBA',
|
|---|
| 10 | source='popt_common.c',
|
|---|
| 11 | public_deps='popt',
|
|---|
| 12 | public_headers='popt_common.h:popt.h',
|
|---|
| 13 | header_path='samba',
|
|---|
| 14 | deps='talloc samba-hostconfig'
|
|---|
| 15 | )
|
|---|
| 16 |
|
|---|
| 17 | bld.SAMBA_SUBSYSTEM('POPT_CREDENTIALS',
|
|---|
| 18 | source='popt_credentials.c',
|
|---|
| 19 | autoproto='popt_credentials.h',
|
|---|
| 20 | public_deps='credentials CREDENTIALS_SECRETS cmdline-credentials popt',
|
|---|
| 21 | deps='samba-util'
|
|---|
| 22 | )
|
|---|
| 23 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.