--- deliantra/Deliantra-Client/Makefile.PL 2006/04/09 02:44:50 1.11 +++ deliantra/Deliantra-Client/Makefile.PL 2006/04/11 12:27:51 1.12 @@ -19,13 +19,16 @@ EXE_FILES => [qw(bin/pclient)], VERSION_FROM => "Client.pm", PM => { - 'Client.pm' => '$(INST_LIBDIR)/Client.pm', - 'Client/Widget.pm' => '$(INST_LIBDIR)/Client/Widget.pm', - 'resources/uifont.ttf' => '$(INST_LIBDIR)/resources/uifont.ttf', - 'resources/d1_bg.png' => '$(INST_LIBDIR)/resources/d1_bg.png', - 'resources/d1_border_top.png' => '$(INST_LIBDIR)/resources/d1_border_top.png', + 'Client.pm' => '$(INST_LIBDIR)/Client.pm', + 'Client/Widget.pm' => '$(INST_LIBDIR)/Client/Widget.pm', + 'resources/uifont.ttf' => '$(INST_LIBDIR)/resources/uifont.ttf', + 'resources/uifontb.ttf' => '$(INST_LIBDIR)/resources/uifontb.ttf', + 'resources/uifonti.ttf' => '$(INST_LIBDIR)/resources/uifonti.ttf', + 'resources/uifontbi.ttf' => '$(INST_LIBDIR)/resources/uifontbi.ttf', + 'resources/d1_bg.png' => '$(INST_LIBDIR)/resources/d1_bg.png', + 'resources/d1_border_top.png' => '$(INST_LIBDIR)/resources/d1_border_top.png', 'resources/d1_border_bottom.png' => '$(INST_LIBDIR)/resources/d1_border_bottom.png', - 'resources/d1_border_left.png' => '$(INST_LIBDIR)/resources/d1_border_left.png', - 'resources/d1_border_right.png' => '$(INST_LIBDIR)/resources/d1_border_right.png', + 'resources/d1_border_left.png' => '$(INST_LIBDIR)/resources/d1_border_left.png', + 'resources/d1_border_right.png' => '$(INST_LIBDIR)/resources/d1_border_right.png', } );