summaryrefslogtreecommitdiffstats
path: root/source4/lib/stream/wscript_build
blob: 8427c17045eb7034dcb713259feeef426b3bf2d4 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python


bld.SAMBA_SUBSYSTEM('LIBPACKET',
	source='packet.c',
	deps='LIBTLS'
	)