diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-03-03 00:27:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:07 -0500 |
commit | bedf53f9e0f7388c6ed8c1533eb89e55a88e65bd (patch) | |
tree | e0497b69e3037ab20d949909965d876d72201359 /source4/ntvfs | |
parent | fcaeedeff3c7d65f65da19440eb7b1ac01481167 (diff) | |
download | samba-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')
-rw-r--r-- | source4/ntvfs/common/config.mk | 1 |
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 ################################################ |