summaryrefslogtreecommitdiff
path: root/LibC/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-01-17 01:41:36 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-01-17 01:41:36 +0100
commitb5c76d7559a09473d75283c5b12fce7b1651e7bd (patch)
tree27e7b3c9615e44bb12fa9b49a965590954a77868 /LibC/Makefile
parent5605295d00ec1230b958c461f30736fc1603342d (diff)
downloadserenity-b5c76d7559a09473d75283c5b12fce7b1651e7bd.zip
Get rid of #ifdef SERENITY. We're past that phase of bootstrapping.
Diffstat (limited to 'LibC/Makefile')
-rw-r--r--LibC/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibC/Makefile b/LibC/Makefile
index 719781da42..5ee5958a3a 100644
--- a/LibC/Makefile
+++ b/LibC/Makefile
@@ -8,6 +8,7 @@ AK_OBJS = \
WIDGETS_OBJS = \
../Widgets/Painter.o \
../Widgets/Font.o \
+ ../Widgets/Rect.o \
../Widgets/GraphicsBitmap.o \
../Widgets/CharacterBitmap.o \
../Widgets/Color.o