diff options
author | Günther Deschner <gd@samba.org> | 2010-11-30 18:01:13 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-11-30 18:13:19 +0100 |
commit | 193daf857729073d3166ea5e377ed1743cd2b26b (patch) | |
tree | 769ae480e262229030fbd1f9b5b6aa55c16d53c5 /source3/wscript_build | |
parent | a5ede16bb7462eed6f709ab2b4118db3e498d6a3 (diff) | |
download | samba-193daf857729073d3166ea5e377ed1743cd2b26b.tar.gz samba-193daf857729073d3166ea5e377ed1743cd2b26b.tar.bz2 samba-193daf857729073d3166ea5e377ed1743cd2b26b.zip |
s3-waf: let SMBD_BASE depend on NDR_NOTIFY.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 8c1d683435..cd3bbf7e06 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -324,8 +324,7 @@ PROFILES_SRC = '''utils/profiles.c''' OPLOCK_SRC = '''smbd/oplock.c smbd/oplock_irix.c smbd/oplock_linux.c smbd/oplock_onefs.c''' -NOTIFY_SRC = '''smbd/notify.c smbd/notify_inotify.c smbd/notify_internal.c - librpc/gen_ndr/ndr_notify.c''' +NOTIFY_SRC = '''smbd/notify.c smbd/notify_inotify.c smbd/notify_internal.c''' FNAME_UTIL_SRC = '''smbd/filename_util.c''' @@ -987,7 +986,7 @@ bld.SAMBA_SUBSYSTEM('SMBD_BASE', PARAM_WITHOUT_REG LIBS LIBSMB POPT_SAMBA KRBCLIENT AVAHI LIBMSRPC_GEN LIBMSRPC LIBADS LIBADS_SERVER LIBADS_PRINTER vfs vfs_default vfs_posixacl auth rpc LOCKING LIBAFS LIBAFS_SETTOKEN PROFILE - PRINTING PRINTBACKEND NDR_XATTR REGFIO + PRINTING PRINTBACKEND NDR_XATTR NDR_NOTIFY REGFIO LIBSMBCONF REG_FULL FNAME_UTIL LIBCLI_SAMR LIBCLI_LSA LIBCLI_NETLOGON LIBCLI_SPOOLSS RPCCLI_SRVSVC |