r14964: - move sidmap code from ntvfs_common to SAMDB
[ira/wip.git] / source4 / ntvfs / common / config.mk
index 6eb9073b73fa87d98b0756d617e0f3baf78f90f3..96ddfb348b7027f687a06d2fd8992da8817437ec 100644 (file)
@@ -1,13 +1,15 @@
 ################################################
-# Start MODULE ntvfs_common
-[MODULE::ntvfs_common]
-SUBSYSTEM = ntvfs
+# Start LIBRARY ntvfs_common
+[LIBRARY::ntvfs_common]
 PRIVATE_PROTO_HEADER = proto.h
+VERSION = 0.0.1
+SO_VERSION = 0
+DESCRIPTION = Generic Code for use in NTVFS modules
 OBJ_FILES = \
+               init.o \
                brlock.o \
                opendb.o \
-               notify.o \
-               sidmap.o
-REQUIRED_SUBSYSTEMS = 
-# End MODULE ntvfs_common
+               notify.o
+REQUIRED_SUBSYSTEMS = NDR_OPENDB NDR_NOTIFY sys_notify
+# End LIBRARY ntvfs_common
 ################################################