--- deliantra/Deliantra-Client/Makefile.PL 2006/04/11 13:14:36 1.13 +++ deliantra/Deliantra-Client/Makefile.PL 2006/04/12 12:55:55 1.15 @@ -20,7 +20,7 @@ VERSION_FROM => "CFClient.pm", PM => { 'CFClient.pm' => '$(INST_LIBDIR)/CFClient.pm', - 'CFClient/Widget.pm' => '$(INST_LIBDIR)/CFClient/Widget.pm', + 'CFClient/UI.pm' => '$(INST_LIBDIR)/CFClient/UI.pm', 'resources/uifont.ttf' => '$(INST_LIBDIR)/CFClient/resources/uifont.ttf', 'resources/uifontb.ttf' => '$(INST_LIBDIR)/CFClient/resources/uifontb.ttf', 'resources/uifonti.ttf' => '$(INST_LIBDIR)/CFClient/resources/uifonti.ttf', @@ -30,5 +30,6 @@ 'resources/d1_border_bottom.png' => '$(INST_LIBDIR)/CFClient/resources/d1_border_bottom.png', 'resources/d1_border_left.png' => '$(INST_LIBDIR)/CFClient/resources/d1_border_left.png', 'resources/d1_border_right.png' => '$(INST_LIBDIR)/CFClient/resources/d1_border_right.png', + 'resources/b1_button_active.png' => '$(INST_LIBDIR)/CFClient/resources/b1_button_active.png', } );