mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 10:09:14 +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: fa8cec6627
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 $@"
|
@echo "GENERATE $@"
|
||||||
$(QUIET) flock CSS $(GENERATE_CSS_PROPERTYID_CPP) $< > $@
|
$(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
|
EXTRA_CLEAN = CSS/DefaultStyleSheetSource.cpp CSS/PropertyID.h CSS/PropertyID.cpp
|
||||||
|
|
||||||
OBJS = $(EXTRA_OBJS) $(LIBHTML_OBJS)
|
OBJS = $(EXTRA_OBJS) $(LIBHTML_OBJS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue