summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-10 11:27:52 +0200
committerGünther Deschner <gd@samba.org>2010-09-10 11:27:52 +0200
commita1392ee9a04765d849e1d297fb5f156ad169afd0 (patch)
tree0db4fab814f0afe9cfb73f112c1a6bc8e69aee4b /source3/Makefile.in
parentb15ac83bda4adbdfc7b7e04ad126cffd8d44efba (diff)
downloadsamba-a1392ee9a04765d849e1d297fb5f156ad169afd0.tar.gz
samba-a1392ee9a04765d849e1d297fb5f156ad169afd0.tar.bz2
samba-a1392ee9a04765d849e1d297fb5f156ad169afd0.zip
s3-build: link ndr_notify only where needed.
Guenther
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index d3b991865e..ca80ed9bb5 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -401,7 +401,6 @@ LIBNDR_GEN_OBJ = librpc/gen_ndr/ndr_wkssvc.o \
librpc/gen_ndr/ndr_eventlog.o \
$(LIBNDR_NETLOGON_OBJ) \
librpc/gen_ndr/ndr_dssetup.o \
- librpc/gen_ndr/ndr_notify.o \
$(LIBNDR_XATTR_OBJ) \
librpc/gen_ndr/ndr_epmapper.o \
librpc/gen_ndr/ndr_ntsvcs.o \
@@ -757,7 +756,8 @@ PROFILES_OBJ = utils/profiles.o \
OPLOCK_OBJ = smbd/oplock.o smbd/oplock_irix.o smbd/oplock_linux.o \
smbd/oplock_onefs.o
-NOTIFY_OBJ = smbd/notify.o smbd/notify_inotify.o smbd/notify_internal.o
+NOTIFY_OBJ = smbd/notify.o smbd/notify_inotify.o smbd/notify_internal.o \
+ librpc/gen_ndr/ndr_notify.o
FNAME_UTIL_OBJ = smbd/filename_util.o