Skip to content

Commit

Permalink
Build: Fix missing IPC dependency for LibHTML
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagghiu authored and awesomekling committed Dec 28, 2019
1 parent 80556e6 commit fa8cec6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Libraries/LibHTML/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fa8cec6

Please sign in to comment.