cleaned up MANIFEST, Added it to .gitignore. Added lib/SDL/Video.pm with some prelim...
[sdlgit/SDL_perl.git] / Build.PL
index d97b7d2..f297f5a 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -42,6 +42,13 @@ my %subsystems =
                libraries => [qw( SDL SDL_image SDL_mixer SDL_net SDL_ttf SDL_gfx
                                  png jpeg smpeg )],
        },
+       Video => {
+               file      => {
+                       from  => 'src/Core/Video.xs',
+                       to    => 'lib/SDL/Video.xs',
+               },
+               libraries => [qw( SDL )],
+       },
        Rect => {
                file      => {
                        from  => 'src/Core/objects/Rect.xs',