summaryrefslogtreecommitdiff
path: root/source4/ntvfs/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-22 13:40:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:03 -0500
commit97f49de55e2d12d249d608a91bddcd3cd1ffa452 (patch)
tree7fb69ba5e7dfd713591e1e648dfaf2445ae4971a /source4/ntvfs/config.mk
parentf2b2c91e16b40188732f6afb7f1fc7d659ac9f49 (diff)
downloadsamba-97f49de55e2d12d249d608a91bddcd3cd1ffa452.tar.gz
samba-97f49de55e2d12d249d608a91bddcd3cd1ffa452.tar.bz2
samba-97f49de55e2d12d249d608a91bddcd3cd1ffa452.zip
r14640: Fix dependency
(This used to be commit 009b56a3234b28e212fe5b2cda4f068c9a2f8707)
Diffstat (limited to 'source4/ntvfs/config.mk')
-rw-r--r--source4/ntvfs/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk
index 8f8e47a7e6..eb675c38e3 100644
--- a/source4/ntvfs/config.mk
+++ b/source4/ntvfs/config.mk
@@ -80,7 +80,7 @@ OBJ_FILES = \
common/opendb.o \
common/notify.o \
common/sidmap.o
-REQUIRED_SUBSYSTEMS = NDR_OPENDB
+REQUIRED_SUBSYSTEMS = NDR_OPENDB NDR_NOTIFY
#
# End SUBSYSTEM NTVFS
################################################