diff options
Diffstat (limited to 'Servers/WindowServer/Makefile')
-rw-r--r-- | Servers/WindowServer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Servers/WindowServer/Makefile b/Servers/WindowServer/Makefile index f92f14e230..a51fd588c8 100644 --- a/Servers/WindowServer/Makefile +++ b/Servers/WindowServer/Makefile @@ -27,7 +27,7 @@ WINDOWSERVER_OBJS = \ WSButton.o \ WSCPUMonitor.o \ WSCompositor.o \ - WSMenuBarKeeper.o \ + WSMenuManager.o \ main.o APP = WindowServer |