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
Notes: sideshowbarker 2024-07-19 12:39:49 +09:00
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

View File

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