summaryrefslogtreecommitdiff
path: root/source4/ntvfs/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-06 21:36:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:20 -0500
commit86dda205623926e83d28a20d0b4d87ea1ac11824 (patch)
tree457f505ca49837241d87b818fcbd4a4f145e8f28 /source4/ntvfs/config.mk
parentce3032cab82fd66ddfd4d55d7cc242aff80be161 (diff)
downloadsamba-86dda205623926e83d28a20d0b4d87ea1ac11824.tar.gz
samba-86dda205623926e83d28a20d0b4d87ea1ac11824.tar.bz2
samba-86dda205623926e83d28a20d0b4d87ea1ac11824.zip
r13899: Get the shared library build building again. Just compiles for now,
but modules don't work yet.. (Run LIBRARY_OUTPUT_TYPE=SHARED_LIBRARY MODULE_OUTPUT_TYPE=SHARED_LIBRARY ./config.status) (This used to be commit ba74f24e422eda0379615f2ab39bef1e1e025ce7)
Diffstat (limited to 'source4/ntvfs/config.mk')
-rw-r--r--source4/ntvfs/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk
index 8194fc1963..177ce5d77b 100644
--- a/source4/ntvfs/config.mk
+++ b/source4/ntvfs/config.mk
@@ -77,6 +77,7 @@ OBJ_FILES = \
common/brlock.o \
common/opendb.o \
common/sidmap.o
+REQUIRED_SUBSYSTEMS = NDR_OPENDB
#
# End SUBSYSTEM NTVFS
################################################