X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.PL;h=275049268c6214a578fffc8b4b85c830ee5af531;hb=87c72eaf97a3dbf51a93dab782c2909539addc48;hp=79e30b272b9014c8b8f3360732e9130e13131609;hpb=ecc0ec8f7c966c6566128351e46b5e0ba92d17d9;p=ZOOM-Perl-moved-to-github.git diff --git a/Makefile.PL b/Makefile.PL index 79e30b2..2750492 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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' ], );