mirror of
https://github.com/samba-team/samba.git
synced 2025-02-11 17:58:16 +03:00
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Mar 18 14:10:57 CET 2011 on sn-devel-104
8 lines
133 B
Python
8 lines
133 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBCLI_RAP',
|
|
source='rap.c',
|
|
public_deps='LIBCLI_RAW NDR_RAP',
|
|
autoproto='proto.h'
|
|
)
|