diff options
Diffstat (limited to 'source4/ntvfs/sysdep')
-rw-r--r-- | source4/ntvfs/sysdep/config.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source4/ntvfs/sysdep/config.mk b/source4/ntvfs/sysdep/config.mk index 3b3681adef..91d739f7b7 100644 --- a/source4/ntvfs/sysdep/config.mk +++ b/source4/ntvfs/sysdep/config.mk @@ -10,11 +10,7 @@ OBJ_FILES = \ ################################################ # Start SUBSYSTEM sys_notify -[LIBRARY::sys_notify] -PUBLIC_HEADERS = sys_notify.h -VERSION = 0.0.1 -SO_VERSION = 0 -DESCRIPTION = File System Notify Abstraction Layer +[SUBSYSTEM::sys_notify] OBJ_FILES = \ sys_notify.o REQUIRED_SUBSYSTEMS = |