diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-16 10:36:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:50:48 -0500 |
commit | aabf459ca6c7841308ace365fb5df90331d54d92 (patch) | |
tree | 690c5c9c5ca45a933d086b1e9aad4851bed1cfac | |
parent | e91776220cc18ffc7ab4fe62ccf8197b1b3dd50f (diff) | |
download | samba-aabf459ca6c7841308ace365fb5df90331d54d92.tar.gz samba-aabf459ca6c7841308ace365fb5df90331d54d92.tar.bz2 samba-aabf459ca6c7841308ace365fb5df90331d54d92.zip |
r22258: make ntvfs a library again
metze
(This used to be commit 26566222ec6ff221d8d8c971f5a1d6d9d4952e30)
-rw-r--r-- | source4/ntvfs/config.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk index 66b902a753..8dd71ed56f 100644 --- a/source4/ntvfs/config.mk +++ b/source4/ntvfs/config.mk @@ -79,11 +79,11 @@ OBJ_FILES = \ ################################################ # Start SUBSYSTEM NTVFS -[SUBSYSTEM::ntvfs] +[LIBRARY::ntvfs] PUBLIC_HEADERS = ntvfs.h -#VERSION = 0.0.1 -#SO_VERSION = 0 -#DESCRIPTION = Virtual File System with NTFS semantics +VERSION = 0.0.1 +SO_VERSION = 0 +DESCRIPTION = Virtual File System with NTFS semantics PRIVATE_PROTO_HEADER = ntvfs_proto.h OBJ_FILES = \ ntvfs_base.o \ |