summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-03-22 16:17:39 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-23 11:03:57 +1100
commit580997ede06d587ecf00c6a3faff237806904cd3 (patch)
tree73e5ce8019ded546a2630703aa91bd0f41b567c5 /source3/wscript_build
parent058c3bb923c51ef3f1b4b6d698bea2b1220bdd10 (diff)
downloadsamba-580997ede06d587ecf00c6a3faff237806904cd3.tar.gz
samba-580997ede06d587ecf00c6a3faff237806904cd3.tar.bz2
samba-580997ede06d587ecf00c6a3faff237806904cd3.zip
fault: get fault.c ready for use by s4
this moves the s3 specific dumpcore code into source3/lib/dumpcore.c, and uses a function pointer to setup which smb_panic call to use
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index fd9e4f488b..cb3bbc29be 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -69,7 +69,8 @@ LIB_SRC = '''
lib/util_transfer_file.c
lib/addrchange.c
${TDB_LIB_SRC}
- ../lib/util/debug_s3.c ../lib/util/fault.c
+ ../lib/util/debug_s3.c
+ lib/dumpcore.c
lib/interface.c lib/pidfile.c
lib/system.c lib/sendfile.c lib/recvfile.c lib/time.c
lib/username.c