diff options
author | Günther Deschner <gd@samba.org> | 2010-09-10 11:26:35 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-10 11:26:35 +0200 |
commit | b15ac83bda4adbdfc7b7e04ad126cffd8d44efba (patch) | |
tree | 2f0c7278060b0bf24ccc9bd25ac3644ec3534c49 /source3 | |
parent | ed239fc784299e6cfc4417101fdefbc413d6531c (diff) | |
download | samba-b15ac83bda4adbdfc7b7e04ad126cffd8d44efba.tar.gz samba-b15ac83bda4adbdfc7b7e04ad126cffd8d44efba.tar.bz2 samba-b15ac83bda4adbdfc7b7e04ad126cffd8d44efba.zip |
s3-waf: link ndr_notify only where needed.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index d153bfb186..515cc3b75f 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -149,7 +149,6 @@ LIBNDR_GEN_SRC = '''../librpc/gen_ndr/ndr_wkssvc.c ../librpc/gen_ndr/ndr_eventlog.c ${LIBNDR_NETLOGON_SRC} ../librpc/gen_ndr/ndr_dssetup.c - librpc/gen_ndr/ndr_notify.c ${LIBNDR_XATTR_SRC} ../librpc/gen_ndr/ndr_epmapper.c ../librpc/gen_ndr/ndr_ntsvcs.c @@ -518,7 +517,8 @@ 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''' +NOTIFY_SRC = '''smbd/notify.c smbd/notify_inotify.c smbd/notify_internal.c + librpc/gen_ndr/ndr_notify.c''' FNAME_UTIL_SRC = '''smbd/filename_util.c''' |