summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-07 21:04:31 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-08 11:23:23 +0200
commit6e6aaacedb96ea45a5b8a9237915525a87189001 (patch)
tree8b396716924680b0fb5b7d03c21d481752c7901a /source3/wscript_build
parent6b2749f8a9f527c1d52ba76566c661cab30b59c6 (diff)
downloadsamba-6e6aaacedb96ea45a5b8a9237915525a87189001.tar.gz
samba-6e6aaacedb96ea45a5b8a9237915525a87189001.tar.bz2
samba-6e6aaacedb96ea45a5b8a9237915525a87189001.zip
lib/util Move bitmap.c to lib/util
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 3ae7759796..b471445c94 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1039,11 +1039,6 @@ bld.SAMBA3_LIBRARY('util_sec',
deps='samba-util',
private_library=True)
-bld.SAMBA3_LIBRARY('bitmap',
- source='lib/bitmap.c',
- deps='samba-util',
- private_library=True)
-
bld.SAMBA3_LIBRARY('namearray',
source='lib/namearray.c',
deps='samba-util',