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
Notes: sideshowbarker 2024-07-19 10:41:18 +09:00

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