summaryrefslogtreecommitdiff
path: root/source4
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
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')
-rw-r--r--source4/auth/ntlm/wscript_build3
-rw-r--r--source4/auth/wscript_build1
-rw-r--r--source4/lib/smbreadline/wscript_build2
-rw-r--r--source4/lib/socket/wscript_build2
-rw-r--r--source4/lib/wscript_build2
-rw-r--r--source4/librpc/wscript_build3
-rw-r--r--source4/ntvfs/sysdep/wscript_build3
-rw-r--r--source4/smbd/wscript_build1
-rw-r--r--source4/utils/wscript_build2
-rw-r--r--source4/web_server/wscript_build5
10 files changed, 15 insertions, 9 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build
index 611d678635..1ce42e80b4 100644
--- a/source4/auth/ntlm/wscript_build
+++ b/source4/auth/ntlm/wscript_build
@@ -47,7 +47,8 @@ bld.SAMBA_MODULE('auth_unix',
bld.SAMBA_SUBSYSTEM('PAM_ERRORS',
- source='pam_errors.c'
+ source='pam_errors.c',
+ deps='talloc'
)
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build
index e159292b77..ca9e85d1b8 100644
--- a/source4/auth/wscript_build
+++ b/source4/auth/wscript_build
@@ -43,6 +43,7 @@ bld.SAMBA_SUBSYSTEM('auth_sam',
bld.SAMBA_SUBSYSTEM('auth_sam_reply',
source='auth_sam_reply.c',
+ deps='talloc',
autoproto='auth_sam_reply.h'
)
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'
)
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index 538d9636c3..29fc95dcc0 100644
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -164,7 +164,8 @@ bld.SAMBA_SUBSYSTEM('NDR_SPOOLSS',
bld.SAMBA_SUBSYSTEM('NDR_SPOOLSS_BUF',
- source='../../librpc/ndr/ndr_spoolss_buf.c'
+ source='../../librpc/ndr/ndr_spoolss_buf.c',
+ deps='talloc'
)
diff --git a/source4/ntvfs/sysdep/wscript_build b/source4/ntvfs/sysdep/wscript_build
index 6f0cc521ad..92b284b399 100644
--- a/source4/ntvfs/sysdep/wscript_build
+++ b/source4/ntvfs/sysdep/wscript_build
@@ -10,7 +10,8 @@ bld.SAMBA_MODULE('sys_notify_inotify',
bld.SAMBA_SUBSYSTEM('sys_notify',
- source='sys_notify.c'
+ source='sys_notify.c',
+ deps='talloc'
)
diff --git a/source4/smbd/wscript_build b/source4/smbd/wscript_build
index 6c7a6dee03..932acd79cf 100644
--- a/source4/smbd/wscript_build
+++ b/source4/smbd/wscript_build
@@ -13,6 +13,7 @@ bld.SAMBA_SUBSYSTEM('service',
bld.SAMBA_SUBSYSTEM('PIDFILE',
source='pidfile.c',
+ deps='talloc',
autoproto='pidfile.h'
)
diff --git a/source4/utils/wscript_build b/source4/utils/wscript_build
index 9b44c85333..cb9b66ae0b 100644
--- a/source4/utils/wscript_build
+++ b/source4/utils/wscript_build
@@ -16,7 +16,7 @@ bld.SAMBA_BINARY('ntlm_auth',
bld.SAMBA_BINARY('setnttoken',
source='setnttoken.c',
installdir='BINDIR',
- deps='replace'
+ deps='talloc'
)
diff --git a/source4/web_server/wscript_build b/source4/web_server/wscript_build
index ac2d63078e..5343c2f508 100644
--- a/source4/web_server/wscript_build
+++ b/source4/web_server/wscript_build
@@ -2,8 +2,9 @@
bld.SAMBA_PYTHON('WEB_WSGI',
- source='wsgi.c'
- )
+ source='wsgi.c',
+ deps='talloc'
+ )
bld.SAMBA_MODULE('WEB',