mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:17:35 +00:00
LibProtocol: Make build depend on ProtocolServer for IPC endpoints
This commit is contained in:
parent
419e0ced27
commit
1e419b482a
1 changed files with 4 additions and 0 deletions
|
@ -4,4 +4,8 @@ OBJS = \
|
||||||
|
|
||||||
LIBRARY = libprotocol.a
|
LIBRARY = libprotocol.a
|
||||||
|
|
||||||
|
Download.cpp: ../../Servers/ProtocolServer/ProtocolClientEndpoint.h
|
||||||
|
../../Servers/ProtocolServer/ProtocolClientEndpoint.h:
|
||||||
|
@$(MAKE) -C $(dir $(@))
|
||||||
|
|
||||||
include ../../Makefile.common
|
include ../../Makefile.common
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue