From 35aaf0e7723142d25b19a33c1701961a8e142ede Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 21 Mar 2010 13:51:33 +1100 Subject: build: rkpty should not directly include socket_wrapper.c --- source4/heimdal_build/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build index 46b2c35dea..33af11505e 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -430,7 +430,7 @@ bld.SAMBA_BINARY('samba4kpasswd', bld.SAMBA_BINARY('rkpty', - '../heimdal/lib/roken/rkpty.c ../../lib/socket_wrapper/socket_wrapper.c', + '../heimdal/lib/roken/rkpty.c', deps='HEIMDAL_ROKEN OPENPTY', cflags='-DPACKAGE="Samba"', install=False -- cgit