diff options
Diffstat (limited to 'source4/ntvfs/common/config.mk')
-rw-r--r-- | source4/ntvfs/common/config.mk | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/source4/ntvfs/common/config.mk b/source4/ntvfs/common/config.mk index 6eb9073b73..96ddfb348b 100644 --- a/source4/ntvfs/common/config.mk +++ b/source4/ntvfs/common/config.mk @@ -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 ################################################ |