X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=142b973d4b0ab30ea3300b5bffecc518e8c972db;hb=34a219f78b8882f5cee508265a87b4dfec27eb26;hp=048d303141a4d0a9fa220660e968176418bcd478;hpb=f9be87f403276e70f45f65bd21003e4782283780;p=sdlgit%2FSDL_perl.git diff --git a/Build.PL b/Build.PL index 048d303..142b973 100644 --- a/Build.PL +++ b/Build.PL @@ -57,11 +57,18 @@ my %subsystems = }, Surface => { file => { - from => 'src/Surface.xs', + from => 'src/Core/objects/Surface.xs', to => 'lib/SDL/Surface.xs', }, libraries => [qw( SDL SDL_image )], }, + PixelFormat => { + file => { + from => 'src/Core/objects/PixelFormat.xs', + to => 'lib/SDL/PixelFormat.xs', + }, + libraries => [qw( SDL SDL_image )], + }, OpenGL => { file => { from => 'src/OpenGL.xs',