summaryrefslogtreecommitdiff
path: root/Kernel/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-01-11 04:10:07 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-01-11 04:10:07 +0100
commita3c39ea9d6782b69196eb623cdc2d30276e0f1fa (patch)
treee5324ae77f083ad94a55bd928ca02db5d0932763 /Kernel/Makefile
parente5e295052faf8ea1e622c8d67c766f8213c71b81 (diff)
downloadserenity-a3c39ea9d6782b69196eb623cdc2d30276e0f1fa.zip
Throw up some widgets on screen so we can see what they look like.
Diffstat (limited to 'Kernel/Makefile')
-rw-r--r--Kernel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Kernel/Makefile b/Kernel/Makefile
index 96aaac4d16..6d35faf34d 100644
--- a/Kernel/Makefile
+++ b/Kernel/Makefile
@@ -59,6 +59,9 @@ WIDGETS_OBJS = \
../Widgets/Label.o \
../Widgets/Button.o \
../Widgets/MsgBox.o \
+ ../Widgets/ListBox.o \
+ ../Widgets/CheckBox.o \
+ ../Widgets/TextBox.o \
../Widgets/AbstractScreen.o
AK_OBJS = \