X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=exp%2FSDL%2FRect%2FBuild.PL;h=8cd249c3c334ee5e0f614efad2e80c93c648e63f;hb=6e43702732fdbae95539ffa15f16f39233f3aaf6;hp=183d57674aff011b3ca5804d3698ff200354a95a;hpb=a696a111adfc585576cafb553b84204f3f93f3ef;p=sdlgit%2FSDL_perl.git diff --git a/exp/SDL/Rect/Build.PL b/exp/SDL/Rect/Build.PL index 183d576..8cd249c 100644 --- a/exp/SDL/Rect/Build.PL +++ b/exp/SDL/Rect/Build.PL @@ -16,7 +16,7 @@ Module::Build->new { 'Pod::ToDemo' => '0.20' }, - xs_files => {'Rect.xs' => './Rect.xs'}, + xs_files => {'Rect.xs' => 'lib/SDL/Rect.xs'}, extra_compiler_flags => scalar `sdl-config --cflags`, extra_linker_flags => scalar `sdl-config --libs`, dist_author => 'Kartik Thakore ',