1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:28:11 +00:00

LibProtocol: Make build depend on ProtocolServer for IPC endpoints

This commit is contained in:
Andreas Kling 2019-12-25 14:15:28 +01:00
parent 419e0ced27
commit 1e419b482a

View file

@ -4,4 +4,8 @@ OBJS = \
LIBRARY = libprotocol.a
Download.cpp: ../../Servers/ProtocolServer/ProtocolClientEndpoint.h
../../Servers/ProtocolServer/ProtocolClientEndpoint.h:
@$(MAKE) -C $(dir $(@))
include ../../Makefile.common