--- deliantra/Deliantra-Client/Makefile.PL 2006/04/18 00:14:16 1.26 +++ deliantra/Deliantra-Client/Makefile.PL 2006/04/19 23:37:48 1.32 @@ -5,7 +5,9 @@ *** microsoft compatibility forced us to only support manual configuration *** by editing Makefile.PL. complain to microsoft. -*** HINT: BerkeleyDB must be linked against version 4.4 or above of libdb +*** opengl 1.2 is required to run this client + +*** HINT: BerkeleyDB must be linked against version 4.3 or higher of libdb EOF @@ -42,7 +44,16 @@ }, PM => { 'CFClient.pm' => '$(INST_LIBDIR)/CFClient.pm', + 'CFClient/OpenGL.pm' => '$(INST_LIBDIR)/CFClient/OpenGL.pm', 'CFClient/UI.pm' => '$(INST_LIBDIR)/CFClient/UI.pm', - (map +($_ => "\$(INST_LIBDIR)/CFClient/$_"), , , ), + 'CFClient/MapWidget.pm' => '$(INST_LIBDIR)/CFClient/MapWidget.pm', + (map +($_ => "\$(INST_LIBDIR)/CFClient/$_"), + , + , + , + , + , + , + ), } );