DevTools: Add CLocalServer to the host-side tool build dependencies
This commit is contained in:
parent
7127c4fdbb
commit
6b81d8de70
Notes:
sideshowbarker
2024-07-19 12:39:49 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/6b81d8de700
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
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ OBJS = \
|
|||
../../Libraries/LibCore/CSocket.o \
|
||||
../../Libraries/LibCore/CLocalSocket.o \
|
||||
../../Libraries/LibCore/CNotifier.o \
|
||||
../../Libraries/LibCore/CLocalServer.o \
|
||||
../../Libraries/LibCore/CEventLoop.o
|
||||
|
||||
all: $(PROGRAM)
|
||||
|
|
Loading…
Add table
Reference in a new issue