X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=96d621772055e2cc2ff75dcdf1cffebd56c7cf7e;hb=128c8327685b245d2688aff94fae9b3fef280473;hp=f297f5a12393e551533f5ba878fa9e193345bbec;hpb=95f5be308db86ed665a21a6d0c99aa5acb0b3409;p=sdlgit%2FSDL_perl.git diff --git a/Build.PL b/Build.PL index f297f5a..96d6217 100644 --- a/Build.PL +++ b/Build.PL @@ -84,6 +84,22 @@ my %subsystems = }, libraries => [qw( SDL )], }, + Palette => { + file => { + from => 'src/Core/objects/Palette.xs', + to => 'lib/SDL/Palette.xs', + }, + libraries => [qw( SDL )], + }, + + VideoInfo => { + file => { + from => 'src/Core/objects/VideoInfo.xs', + to => 'lib/SDL/VideoInfo.xs', + }, + libraries => [qw( SDL )], + }, + TTF_Font => { file => { from => 'src/TTF/objects/TTF_Font.xs',