X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.PL;h=275049268c6214a578fffc8b4b85c830ee5af531;hb=370f6a934234652752aa1b26669489277c65dc3e;hp=788c4818e7992a5fc49632470ba85aa1b175be3c;hpb=d9d033ffe212064a8d1a9f97efea04d4192d604b;p=ZOOM-Perl-moved-to-github.git diff --git a/Makefile.PL b/Makefile.PL index 788c481..2750492 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,3 @@ -# $Id: Makefile.PL,v 1.27 2008-09-16 12:44:28 mike Exp $ - # Use: perl Makefile.PL OPTIMIZE="-O0 -g -Wdeclaration-after-statement" # or: perl Makefile.PL PREFIX=/home/mike/universe @@ -42,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' ], );