From 06ec3a3214bd07698e8e2e805e2ce2eb5cac06b9 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 25 Sep 2006 11:31:43 +0000 Subject: [PATCH] zselect is installed as an EXE --- Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index a33ad2d..a6ceee3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.13 2006-08-31 15:47:45 mike Exp $ +# $Id: Makefile.PL,v 1.14 2006-09-25 11:31:43 mike Exp $ use 5.008; use ExtUtils::MakeMaker; @@ -39,6 +39,7 @@ WriteMakefile( # OBJECT => '$(O_FILES)', # link all the C files too # Use this to test for illegal code that GCC stupidly permits by default: # OPTIMIZE => "-Wdeclaration-after-statement -g -O0", + EXE_FILES => [ 'samples/zoom/zselect' ], ); -- 1.7.10.4