diff options
Diffstat (limited to 'mach/Makefile')
-rw-r--r-- | mach/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/Makefile b/mach/Makefile index 5f1ecae342..f9a3815f39 100644 --- a/mach/Makefile +++ b/mach/Makefile @@ -37,7 +37,7 @@ routines = $(mach-syscalls) $(mach-shortcuts) \ mach_error errstring error_compat errsystems \ devstream bootprivport setup-thread $(lock) # The RPC interfaces go in a separate library. -interface-library := libmachuser.a +interface-library := libmachuser user-interfaces := $(addprefix mach/,mach_interface mach_port mach_host \ memory_object_user \ memory_object_default \ |