mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03:00
LibProtocol: Make build depend on ProtocolServer for IPC endpoints
This commit is contained in:
parent
419e0ced27
commit
1e419b482a
Notes:
sideshowbarker
2024-07-19 10:41:18 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/1e419b482a5
@ -4,4 +4,8 @@ OBJS = \
|
||||
|
||||
LIBRARY = libprotocol.a
|
||||
|
||||
Download.cpp: ../../Servers/ProtocolServer/ProtocolClientEndpoint.h
|
||||
../../Servers/ProtocolServer/ProtocolClientEndpoint.h:
|
||||
@$(MAKE) -C $(dir $(@))
|
||||
|
||||
include ../../Makefile.common
|
||||
|
Loading…
Reference in New Issue
Block a user