From: Kartik Thakore Date: Sat, 1 Aug 2009 23:07:21 +0000 (-0400) Subject: I promised its really fixed now X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b13012a473a23211292913d4a01956c233d47cd2;p=sdlgit%2FSDL_perl.git I promised its really fixed now --- diff --git a/Build.PL b/Build.PL index 9bae626..90ea47b 100644 --- a/Build.PL +++ b/Build.PL @@ -35,7 +35,7 @@ my %subsystems = SDL => { file => { from => 'src/SDL.xs', - to => 'SDL/SDL_perl.xs', + to => 'SDL.xs', }, libraries => [qw( SDL SDL_image SDL_mixer SDL_net SDL_ttf SDL_gfx png jpeg smpeg )], @@ -43,14 +43,14 @@ my %subsystems = OpenGL => { file => { from => 'src/OpenGL.xs', - to => 'SDL/OpenGL/OpenGL.xs', + to => 'SDL/OpenGL.xs', }, libraries => [qw( SDL GL GLU )], }, SFont => { file => { from => 'src/SFont.xs', - to => 'SDL/SFont/SFont.xs', + to => 'SDL/SFont.xs', }, libraries => [qw( SDL SDL_image )], }, diff --git a/t/apppm.t b/t/apppm.t index 19d9f12..c13096d 100644 --- a/t/apppm.t +++ b/t/apppm.t @@ -6,7 +6,7 @@ # basic testing of SDL::App BEGIN { - unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/src', 'blib/arch/auto/src/SDL/SFont'; + unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/', 'blib/arch/auto/SDL/SFont'; } use strict;