diff options
Diffstat (limited to 'Widgets/Makefile')
-rw-r--r-- | Widgets/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Widgets/Makefile b/Widgets/Makefile index 31759e668c..8f92a19d53 100644 --- a/Widgets/Makefile +++ b/Widgets/Makefile @@ -26,6 +26,7 @@ VFS_OBJS = \ CBitmap.o \ CheckBox.o \ ListBox.o \ + TextBox.o \ test.o OBJS = $(AK_OBJS) $(VFS_OBJS) |