diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-05-16 09:26:12 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-05-16 11:23:04 +0200 |
commit | 70be41c772d69d36ea8f434187be8bfd6b5f38a0 (patch) | |
tree | f53fdf9f34c414fcd060f28b89c75577529f7c96 /source3/wscript_build | |
parent | bfe4a2baeec6bc4558a617ec67532ea11f865861 (diff) | |
download | samba-70be41c772d69d36ea8f434187be8bfd6b5f38a0.tar.gz samba-70be41c772d69d36ea8f434187be8bfd6b5f38a0.tar.bz2 samba-70be41c772d69d36ea8f434187be8bfd6b5f38a0.zip |
s3:onefs: remove all onefs related code as it not maintained anymore
See https://lists.samba.org/archive/samba-technical/2012-May/083631.html
for the discussion.
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed May 16 11:23:05 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 7d8cd6510b..4deb556d23 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -223,8 +223,7 @@ GROUPDB_SRC = '''groupdb/mapping.c groupdb/mapping_tdb.c''' PROFILE_SRC = '''profile/profile.c''' PROFILES_SRC = '''utils/profiles.c''' -OPLOCK_SRC = '''smbd/oplock.c smbd/oplock_irix.c smbd/oplock_linux.c - smbd/oplock_onefs.c''' +OPLOCK_SRC = '''smbd/oplock.c smbd/oplock_irix.c smbd/oplock_linux.c''' NOTIFY_SRC = '''smbd/notify.c smbd/notify_inotify.c smbd/notify_internal.c''' |