summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-28 17:46:25 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:13 +1000
commitb0fb567f04240db3e523b5f285f5fe08e01a2a5a (patch)
tree15c8024c8d189d56552100ff7b99036653f282b5 /source4/lib
parentab1b0965380e927faa39ce4bf7f7de14e2d29afc (diff)
downloadsamba-b0fb567f04240db3e523b5f285f5fe08e01a2a5a.tar.gz
samba-b0fb567f04240db3e523b5f285f5fe08e01a2a5a.tar.bz2
samba-b0fb567f04240db3e523b5f285f5fe08e01a2a5a.zip
s4-waf: more dependencies on talloc
these are needed so we can support a system talloc without using the bundled talloc.h
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/smbreadline/wscript_build2
-rw-r--r--source4/lib/socket/wscript_build2
-rw-r--r--source4/lib/wscript_build2
3 files changed, 3 insertions, 3 deletions
diff --git a/source4/lib/smbreadline/wscript_build b/source4/lib/smbreadline/wscript_build
index c0aacab076..17699eafa2 100644
--- a/source4/lib/smbreadline/wscript_build
+++ b/source4/lib/smbreadline/wscript_build
@@ -5,4 +5,4 @@ termlib=bld.env.READLINE_TERMLIB or ''
bld.SAMBA_SUBSYSTEM('SMBREADLINE',
source='smbreadline.c',
- deps=termlib + ' readline')
+ deps=termlib + ' readline talloc')
diff --git a/source4/lib/socket/wscript_build b/source4/lib/socket/wscript_build
index fdbc96ff09..afa6644fac 100644
--- a/source4/lib/socket/wscript_build
+++ b/source4/lib/socket/wscript_build
@@ -22,7 +22,7 @@ bld.SAMBA_MODULE('socket_ip',
bld.SAMBA_MODULE('socket_unix',
source='socket_unix.c',
subsystem='samba_socket',
- deps='LIBREPLACE_NETWORK',
+ deps='LIBREPLACE_NETWORK talloc',
internal_module=True
)
diff --git a/source4/lib/wscript_build b/source4/lib/wscript_build
index 51c8f4f3eb..789847905e 100644
--- a/source4/lib/wscript_build
+++ b/source4/lib/wscript_build
@@ -26,7 +26,7 @@ bld.SAMBA_SUBSYSTEM('LDB_WRAP',
bld.SAMBA_SUBSYSTEM('TDB_WRAP',
source='tdb_wrap.c',
- public_deps='tdb',
+ public_deps='tdb talloc',
public_headers='tdb_wrap.h'
)