zselect is installed as an EXE
[ZOOM-Perl-moved-to-github.git] / Makefile.PL
index 007986a..a6ceee3 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.PL,v 1.10 2006-05-11 21:40:29 mike Exp $
+# $Id: Makefile.PL,v 1.14 2006-09-25 11:31:43 mike Exp $
 
 use 5.008;
 use ExtUtils::MakeMaker;
@@ -16,7 +16,7 @@ will also need to install "libyaz-dev" in order to build this module.
 }
 
 chomp($yazver);
-check_version($yazver, "2.1.11");
+check_version($yazver, "2.1.27");
 
 # For Windows use
 # $yazinc = '-Ic:\yaz\include'
@@ -38,7 +38,8 @@ WriteMakefile(
        # Un-comment this if you add C files to link with later:
     # 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"
+#   OPTIMIZE          => "-Wdeclaration-after-statement -g -O0",
+    EXE_FILES    => [ 'samples/zoom/zselect' ],
 );