mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
DevTools: Add CLocalServer to the host-side tool build dependencies
This commit is contained in:
parent
7127c4fdbb
commit
6b81d8de70
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ OBJS = \
|
|||
../../Libraries/LibCore/CEvent.o \
|
||||
../../Libraries/LibCore/CSocket.o \
|
||||
../../Libraries/LibCore/CLocalSocket.o \
|
||||
../../Libraries/LibCore/CLocalServer.o \
|
||||
../../Libraries/LibCore/CNotifier.o \
|
||||
../../Libraries/LibCore/CEventLoop.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue