summaryrefslogtreecommitdiff
path: root/ext/GDBM_File
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-06-23 10:47:59 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-06-23 10:47:59 +0000
commit1adb159c9e6f4ac956dc944251da05cb1fe521ec (patch)
treefdede9e3f102c1405d64c7e9331c02267422e358 /ext/GDBM_File
parent91c9f48204313f48283803346d8dfde2a6b56717 (diff)
downloadperl-1adb159c9e6f4ac956dc944251da05cb1fe521ec.tar.gz
Add NAME attribute to suppress MakeMaker "guess" warning
Diffstat (limited to 'ext/GDBM_File')
-rw-r--r--ext/GDBM_File/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/GDBM_File/Makefile.PL b/ext/GDBM_File/Makefile.PL
index 1925623031..d24461350b 100644
--- a/ext/GDBM_File/Makefile.PL
+++ b/ext/GDBM_File/Makefile.PL
@@ -1,5 +1,6 @@
use ExtUtils::MakeMaker;
WriteMakefile(
+ NAME => 'GDBM_File',
LIBS => ["-L/usr/local/lib -lgdbm", "-ldbm"],
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?