mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
Build: Fix missing IPC dependency for LibHTML
This commit is contained in:
parent
80556e6111
commit
fa8cec6627
Notes:
sideshowbarker
2024-07-19 10:34:33 +09:00
Author: https://github.com/Pagghiu Commit: https://github.com/SerenityOS/serenity/commit/fa8cec66279 Pull-request: https://github.com/SerenityOS/serenity/pull/945
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@ CSS/PropertyID.cpp: CSS/Properties.json $(GENERATE_CSS_PROPERTYID_CPP)
|
|||
@echo "GENERATE $@"
|
||||
$(QUIET) flock CSS $(GENERATE_CSS_PROPERTYID_CPP) $< > $@
|
||||
|
||||
ResourceLoader.cpp: ../../Servers/ProtocolServer/ProtocolClientEndpoint.h
|
||||
../../Servers/ProtocolServer/ProtocolClientEndpoint.h:
|
||||
@$(MAKE) -C $(dir $(@))
|
||||
|
||||
EXTRA_CLEAN = CSS/DefaultStyleSheetSource.cpp CSS/PropertyID.h CSS/PropertyID.cpp
|
||||
|
||||
OBJS = $(EXTRA_OBJS) $(LIBHTML_OBJS)
|
||||
|
|
Loading…
Reference in a new issue