summaryrefslogtreecommitdiff
path: root/source4/winbind/SConscript
blob: d8a10bb452472d045734e91aceb174014b1a4da9 (plain)
1
2
3
4
5
6
7
Import('hostenv')

hostenv.StaticLibrary('winbind',[
			'wb_server.c',
			'wb_samba3_protocol.c'
			'wb_samba3_cmd.c'
			])