]> git.imager.perl.org - imager.git/commitdiff
remove testout on make clean
authorTony Cook <tony@develop=help.com>
Wed, 16 May 2001 10:52:22 +0000 (10:52 +0000)
committerTony Cook <tony@develop=help.com>
Wed, 16 May 2001 10:52:22 +0000 (10:52 +0000)
Changes
Makefile.PL

diff --git a/Changes b/Changes
index e9add00e604d5f02122b6cc7964c3f9b163a1250..02e4348ca136f899f8636196690ddee2d505a255 100644 (file)
--- a/Changes
+++ b/Changes
@@ -410,6 +410,7 @@ Revision history for Perl extension Imager.
           in gif).
         - several fixes to i_readgif_low()
        - Fixed crop() method so that it is consistent with documentation.
+        - make clean now removes the testout directory
 
 ~~~~~~~~~~~~~^ ^ ^~~~~~~~~~~~~~
 
index 27ac85a708d25e963e76c8e0bc56a0bf9fe5c207..796185fc63f67d67f687b26942f8c838680ae11e 100644 (file)
@@ -70,7 +70,8 @@ if (defined $Config{'d_dlsymun'}) { $OSDEF  .= ' -DDLSYMUN'; }
        'LIBS'         => "$LFLAGS -lm $OSLIBS $F_LIBS",
        'DEFINE'       => "$F_DEFINE $EXTDEF $OSDEF $CFLAGS",
        'INC'          => "$DFLAGS $F_INC",
-       'OBJECT'       => join(' ', @objs, $F_OBJECT)
+       'OBJECT'       => join(' ', @objs, $F_OBJECT),
+       clean          => { FILES=>'testout' },
       );
 
 if ($] ge '5.005') {