diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 8 | ||||
-rw-r--r-- | project/headers.mk | 1 | ||||
-rw-r--r-- | project/tree.mk | 1 |
3 files changed, 0 insertions, 10 deletions
diff --git a/project/common.mk b/project/common.mk index 5854810..c0e9070 100644 --- a/project/common.mk +++ b/project/common.mk @@ -104,11 +104,3 @@ COMMON_SRCS = \ src/unicode/ntapi_uc_unicode_conversion_from_utf8.c \ src/unicode/ntapi_uc_unicode_validation.c \ src/vfd/ntapi_vfd_helper.c \ - src/vmount/ntapi_vms_cache.c \ - src/vmount/ntapi_vms_client_connect.c \ - src/vmount/ntapi_vms_client_disconnect.c \ - src/vmount/ntapi_vms_helper.c \ - src/vmount/ntapi_vms_point_attach.c \ - src/vmount/ntapi_vms_ref_count.c \ - src/vmount/ntapi_vms_table_query.c \ - diff --git a/project/headers.mk b/project/headers.mk index 2536c98..327e8e9 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -53,7 +53,6 @@ API_HEADERS = \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_unicode.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_uuid.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_vfd.h \ - $(SOURCE_DIR)/include/$(PACKAGE)/./nt_vmount.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./ntapi.h \ API_HEADERS_BITS = \ diff --git a/project/tree.mk b/project/tree.mk index ce03c8d..baabe2d 100644 --- a/project/tree.mk +++ b/project/tree.mk @@ -23,5 +23,4 @@ tree.tag: mkdir -p src/tty mkdir -p src/unicode mkdir -p src/vfd - mkdir -p src/vmount touch tree.tag |