From: Leon Brocard Date: Fri, 16 Oct 2009 08:29:25 +0000 (+0100) Subject: Move Surface.xs to src/Core/objects/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f32a534221815e94f55944449d0c8a2a538deaf4;p=sdlgit%2FSDL_perl.git Move Surface.xs to src/Core/objects/ --- diff --git a/Build.PL b/Build.PL index 048d303..85bbabf 100644 --- 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 )], diff --git a/MANIFEST b/MANIFEST index 29bc73e..50eb90d 100644 --- 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 diff --git a/src/Surface.xs b/src/Core/objects/Surface.xs similarity index 100% rename from src/Surface.xs rename to src/Core/objects/Surface.xs