blob: 7feb2c4c4f1e69e7da5af1ace41e41cad1f928d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- ./wscript.orig 2013-01-27 22:58:07.759866676 +0000
+++ ./wscript 2013-01-27 22:58:27.961081298 +0000
@@ -43,7 +43,6 @@
opt.RECURSE('lib/nss_wrapper')
opt.RECURSE('lib/socket_wrapper')
opt.RECURSE('lib/uid_wrapper')
- opt.RECURSE('pidl')
opt.RECURSE('source3')
opt.RECURSE('lib/util')
@@ -140,7 +139,6 @@
conf.RECURSE('lib/subunit/c')
conf.RECURSE('libcli/smbreadline')
conf.RECURSE('lib/crypto')
- conf.RECURSE('pidl')
conf.RECURSE('selftest')
conf.RECURSE('source3')
|