Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/ZOOM-Perl
[ZOOM-Perl-moved-to-github.git] / Makefile.PL
index 79e30b2..2750492 100644 (file)
@@ -40,7 +40,8 @@ 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', 'samples/zoom/zoomdump' ],
+    EXE_FILES    => [ 'samples/zoom/zselect', 'samples/zoom/zoomdump',
+                     'samples/zoom/zoom-delete-records' ],
 );