summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-03 00:27:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:07 -0500
commitbedf53f9e0f7388c6ed8c1533eb89e55a88e65bd (patch)
treee0497b69e3037ab20d949909965d876d72201359 /source4/ntvfs/common
parentfcaeedeff3c7d65f65da19440eb7b1ac01481167 (diff)
downloadsamba-bedf53f9e0f7388c6ed8c1533eb89e55a88e65bd.tar.gz
samba-bedf53f9e0f7388c6ed8c1533eb89e55a88e65bd.tar.bz2
samba-bedf53f9e0f7388c6ed8c1533eb89e55a88e65bd.zip
r21669: Fix --enable-dso build
(This used to be commit 7cf9d07c88b0c81777bb9363d445ac657982a366)
Diffstat (limited to 'source4/ntvfs/common')
-rw-r--r--source4/ntvfs/common/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/common/config.mk b/source4/ntvfs/common/config.mk
index fd1b55a4f7..99a46323e2 100644
--- a/source4/ntvfs/common/config.mk
+++ b/source4/ntvfs/common/config.mk
@@ -9,5 +9,6 @@ OBJ_FILES = \
opendb.o \
notify.o
PUBLIC_DEPENDENCIES = NDR_OPENDB NDR_NOTIFY sys_notify share
+PRIVATE_DEPENDENCIES = brlock_ctdb
# End LIBRARY ntvfs_common
################################################