diff options
-rw-r--r-- | engines/sci/module.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/module.mk b/engines/sci/module.mk index 61ce2a697a..46786f26f0 100644 --- a/engines/sci/module.mk +++ b/engines/sci/module.mk @@ -42,10 +42,10 @@ MODULE_OBJS = \ gfx/gfx_resource.o \ gfx/gfx_support.o \ gfx/gfx_tools.o \ + gfx/gfx_widgets.o \ gfx/menubar.o \ gfx/operations.o \ gfx/palette.o \ - gfx/sci_widgets.o \ gfx/res_cursor.o \ gfx/res_font.o \ gfx/res_pal.o \ |