summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-30 16:18:51 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-31 00:32:08 +0200
commit702d8d5f87f36a6b62a8ad35af62fd0e7cb20384 (patch)
tree55e1cc5fdb18930dc4d05e64e0d7b98e743f011f /source3/wscript_build
parent3b7e1ac31c764fc2023925288783c868eb6ec31e (diff)
downloadsamba-702d8d5f87f36a6b62a8ad35af62fd0e7cb20384.tar.gz
samba-702d8d5f87f36a6b62a8ad35af62fd0e7cb20384.tar.bz2
samba-702d8d5f87f36a6b62a8ad35af62fd0e7cb20384.zip
s3-lib Move free_namearray() into it's own file
This makes it easier to have conn_smbd strictly depend on all it's dependencies. Andrew Bartlett
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 2e281da12c..9f922e4294 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -75,6 +75,7 @@ LIB_SRC = '''
lib/wins_srv.c
lib/util_sid.c
lib/util_file.c
+ lib/namearray.c
lib/util.c lib/util_cmdline.c lib/util_names.c
lib/util_sock.c lib/sock_exec.c lib/util_sec.c
lib/substitute.c lib/substitute_generic.c lib/dbwrap_util.c