Move Surface.xs to src/Core/objects/
Leon Brocard [Fri, 16 Oct 2009 08:29:25 +0000 (09:29 +0100)]
Build.PL
MANIFEST
src/Core/objects/Surface.xs [moved from src/Surface.xs with 100% similarity]

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 )],
index 29bc73e..50eb90d 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -65,6 +65,7 @@ src/Core/MultiThread.xs
 src/Core/objects/Color.xs
 src/Core/objects/PixelFormat.xs
 src/Core/objects/Rect.xs
+src/Core/objects/Surface.xs
 src/Core/SDL.xs
 src/Core/Time.xs
 src/Core/Video.xs
@@ -91,7 +92,6 @@ src/SFont.xs
 src/support/darwin_support.h
 src/support/darwin_support.m
 src/support/win32.c
-src/Surface.xs
 src/TTF/Attributes.xs
 src/TTF/Management.xs
 src/TTF/objects/TTF_font.xs
similarity index 100%
rename from src/Surface.xs
rename to src/Core/objects/Surface.xs