--- deliantra/Deliantra-Client/Makefile.PL 2006/04/09 00:06:09 1.10 +++ deliantra/Deliantra-Client/Makefile.PL 2006/04/09 02:44:50 1.11 @@ -22,5 +22,10 @@ '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', + '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', } );