X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=Makefile.PL;h=75bfb15679a7e90b1d8fccb9a701e0defc54d57f;hb=240063c187d8f615646214c76a3c920de7d05bb4;hp=34d014411d5223c06565458e5b8c078c63221411;hpb=8b4ecbf35382b09c398f84c17726f4f7d56951de;p=ZOOM-Perl-moved-to-github.git diff --git a/Makefile.PL b/Makefile.PL index 34d0144..75bfb15 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -42,7 +42,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' ], );