diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-01-17 01:41:36 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-01-17 01:41:36 +0100 |
commit | b5c76d7559a09473d75283c5b12fce7b1651e7bd (patch) | |
tree | 27e7b3c9615e44bb12fa9b49a965590954a77868 /LibC/Makefile | |
parent | 5605295d00ec1230b958c461f30736fc1603342d (diff) | |
download | serenity-b5c76d7559a09473d75283c5b12fce7b1651e7bd.zip |
Get rid of #ifdef SERENITY. We're past that phase of bootstrapping.
Diffstat (limited to 'LibC/Makefile')
-rw-r--r-- | LibC/Makefile | 1 |
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 |