diff options
Diffstat (limited to 'Libraries/LibHTML/Makefile')
-rw-r--r-- | Libraries/LibHTML/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Libraries/LibHTML/Makefile b/Libraries/LibHTML/Makefile index cb38b174e8..4090c7f9ac 100644 --- a/Libraries/LibHTML/Makefile +++ b/Libraries/LibHTML/Makefile @@ -27,11 +27,13 @@ LIBHTML_OBJS = \ DOM/HTMLBodyElement.o \ DOM/HTMLElement.o \ DOM/HTMLFontElement.o \ + DOM/HTMLFormElement.o \ DOM/HTMLHRElement.o \ DOM/HTMLHeadElement.o \ DOM/HTMLHeadingElement.o \ DOM/HTMLHtmlElement.o \ DOM/HTMLImageElement.o \ + DOM/HTMLInputElement.o \ DOM/HTMLLinkElement.o \ DOM/HTMLStyleElement.o \ DOM/HTMLTitleElement.o \ @@ -59,6 +61,7 @@ LIBHTML_OBJS = \ Layout/LayoutTableRow.o \ Layout/LayoutText.o \ Layout/LayoutTreeBuilder.o \ + Layout/LayoutWidget.o \ Layout/LineBox.o \ Layout/LineBoxFragment.o \ Parser/CSSParser.o \ |