summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2012-07-19 16:41:07 -0700
committerJeremy Allison <jra@samba.org>2012-07-20 03:57:20 +0200
commitb336b8ed586e7058e24332339241ffd31ccb1b68 (patch)
treeb6732ae65e512682abd3997c0326fb8f30d2c836 /source3/wscript_build
parente8dbf2889f0f5c6d213e92cbfd97b6a874aedb03 (diff)
downloadsamba-b336b8ed586e7058e24332339241ffd31ccb1b68.tar.gz
samba-b336b8ed586e7058e24332339241ffd31ccb1b68.tar.bz2
samba-b336b8ed586e7058e24332339241ffd31ccb1b68.zip
Remove source3/lib/pidfile.c
Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Jul 20 03:57:20 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 7204220b0a..bed31a15ff 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -785,15 +785,9 @@ bld.SAMBA3_SUBSYSTEM('samba3util',
deps='ndr security NDR_SECURITY samba-util util_tdb ccan-hash',
vars=locals())
-bld.SAMBA3_SUBSYSTEM('pidfile',
- source='lib/pidfile.c',
- # only pidfile.c assumes that CONFIGFILE is set
- cflags = ['-DCONFIGFILE="%s"' % bld.env['CONFIGFILE']])
-
bld.SAMBA3_SUBSYSTEM('samba3core',
source=LIB_SRC,
deps='''
- pidfile
samba3util
LIBTSOCKET
NDR_MESSAGING