1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-11 17:58:16 +03:00
samba-mirror/source4/libcli/rap/wscript_build
Günther Deschner 9d813406e6 s4-libcli/rap: add NDR_RAP dependency to LIBCLI_RAP.
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Mar 18 14:10:57 CET 2011 on sn-devel-104
2011-03-18 14:10:57 +01:00

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'
)