1
Fork 0
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:
Andreas Kling 2019-08-17 11:08:10 +02:00
parent 7127c4fdbb
commit 6b81d8de70
2 changed files with 2 additions and 0 deletions

View file

@ -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