Remove test SQLite database file on make clean
authorGreg Sabino Mullane <greg@endpoint.com>
Mon, 2 Jan 2012 05:28:02 +0000 (00:28 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Mon, 2 Jan 2012 05:28:02 +0000 (00:28 -0500)
Makefile.PL

index ec2f8ff34a57ff3415fdcaf875f0fed50794dd6a..5b2226f0172a499b5a88298f473bb6bd0587523d 100644 (file)
@@ -8,7 +8,7 @@ my $VERSION = '4.99.3';
 
 WriteMakefile(
     NAME         => 'Bucardo',
-    clean        => { FILES => 'log.bucardo.* *~ *.tmp outgoingmail.* bucardo_test_database*/' },
+    clean        => { FILES => 'log.bucardo.* *~ *.tmp outgoingmail.* bucardo_test_database*/ test.sqlite.db' },
     ABSTRACT     => 'Postgres asynchronous multi-master replication system',
     AUTHOR       => 'Greg Sabino Mullane <greg@endpoint.com>',
     LICENSE      => 'BSD',