From 518ac57a9ad7dc02b53611bcddbfd62688494a90 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 8 Jul 2012 10:45:55 +0100 Subject: HTMLInputElement: Initial support and test enabling. Some TODOs left --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b58f748..1bb3da5 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,7 @@ INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_title_element.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_meta_element.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_form_element.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_button_element.h +INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_input_element.h INSTALL_ITEMS := $(INSTALL_ITEMS) /lib/pkgconfig:lib$(COMPONENT).pc.in INSTALL_ITEMS := $(INSTALL_ITEMS) /lib:$(OUTPUT) -- cgit v1.2.3