1.1 --- a/libfsserver/lib/Makefile Fri Jul 30 00:45:24 2021 +0200
1.2 +++ b/libfsserver/lib/Makefile Sun Aug 01 00:07:00 2021 +0200
1.3 @@ -15,6 +15,9 @@
1.4
1.5 # Compound interfaces.
1.6
1.7 +filesystem_object_NAME = FilesystemObject
1.8 +filesystem_object_INTERFACES = filesystem filesystem_factory
1.9 +
1.10 mapped_file_object_NAME = MappedFileObject
1.11 mapped_file_object_INTERFACES = dataspace file flush mapped_file notification
1.12
1.13 @@ -24,13 +27,13 @@
1.14 pipe_object_NAME = PipeObject
1.15 pipe_object_INTERFACES = dataspace flush notification pipe
1.16
1.17 -COMP_INTERFACES_CC = mapped_file_object opener_context_object pipe_object
1.18 +COMP_INTERFACES_CC = filesystem_object mapped_file_object opener_context_object pipe_object
1.19
1.20 # Individual interfaces.
1.21
1.22 CLIENT_INTERFACES_CC = notifier
1.23
1.24 -SERVER_INTERFACES_CC = filesystem opener pipe_opener $(call common_interfaces,$(COMP_INTERFACES_CC))
1.25 +SERVER_INTERFACES_CC = opener pipe_opener $(call common_interfaces,$(COMP_INTERFACES_CC))
1.26
1.27 # Generated and plain source files.
1.28