mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:07:44 +00:00
Build: Fix missing IPC dependency for LibHTML
This commit is contained in:
parent
80556e6111
commit
fa8cec6627
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