source: trunk/server/source4/libcli/rap/wscript_build

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: 140 bytes
Line 
1#!/usr/bin/env python
2
3bld.SAMBA_SUBSYSTEM('LIBCLI_RAP',
4 source='rap.c',
5 public_deps='LIBCLI_RAW NDR_RAP',
6 autoproto='proto.h'
7 )
Note: See TracBrowser for help on using the repository browser.