diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-21 13:51:33 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:59 +1000 |
commit | 35aaf0e7723142d25b19a33c1701961a8e142ede (patch) | |
tree | cb39c01f3eb52a76218b56b845f69568199aa715 /source4 | |
parent | a538ed1c826b67dafc1e8f1492180f9a17e843dc (diff) | |
download | samba-35aaf0e7723142d25b19a33c1701961a8e142ede.tar.gz samba-35aaf0e7723142d25b19a33c1701961a8e142ede.tar.bz2 samba-35aaf0e7723142d25b19a33c1701961a8e142ede.zip |
build: rkpty should not directly include socket_wrapper.c
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal_build/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |