Move Surface.xs to src/Core/objects/
[sdlgit/SDL_perl.git] / Build.PL
index 048d303..85bbabf 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -57,7 +57,7 @@ my %subsystems =
        },
        Surface => {
                file      => {
-                       from  => 'src/Surface.xs',
+                       from  => 'src/Core/objects/Surface.xs',
                        to    => 'lib/SDL/Surface.xs',
                },
                libraries => [qw( SDL SDL_image )],