projects
/
ZOOM-Perl-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baf3be8
)
Add zoom-delete-records to EXE_FILES
author
Mike Taylor
<mike@miketaylor.org.uk>
Thu, 16 Dec 2010 23:17:54 +0000
(23:17 +0000)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Thu, 16 Dec 2010 23:17:54 +0000
(23:17 +0000)
Makefile.PL
patch
|
blob
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
34d0144
..
75bfb15
100644
(file)
--- 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' ],
);