summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/Makefile.shared
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibHTML/Makefile.shared')
-rw-r--r--Libraries/LibHTML/Makefile.shared3
1 files changed, 3 insertions, 0 deletions
diff --git a/Libraries/LibHTML/Makefile.shared b/Libraries/LibHTML/Makefile.shared
index 3427f2bd06..831eefa4c2 100644
--- a/Libraries/LibHTML/Makefile.shared
+++ b/Libraries/LibHTML/Makefile.shared
@@ -12,6 +12,7 @@ LIBHTML_OBJS = \
DOM/HTMLTitleElement.o \
DOM/HTMLBodyElement.o \
DOM/HTMLFontElement.o \
+ DOM/HTMLImageElement.o \
DOM/Document.o \
DOM/Text.o \
CSS/Selector.o \
@@ -29,6 +30,8 @@ LIBHTML_OBJS = \
Layout/LayoutBlock.o \
Layout/LayoutInline.o \
Layout/LayoutDocument.o \
+ Layout/LayoutReplaced.o \
+ Layout/LayoutImage.o \
Layout/BoxModelMetrics.o \
Layout/LineBox.o \
Layout/LineBoxFragment.o \