Make the NAME section a legal paragraph.
[p5sagit/p5-mst-13.2.git] / ext / SDBM_File / Makefile.PL
index 17c16b1..634df7c 100644 (file)
@@ -6,7 +6,9 @@ use ExtUtils::MakeMaker;
 # which perform the corresponding actions in the subdirectory.
 
 WriteMakefile(
-    'MYEXTLIB' => 'sdbm/libsdbm.a',
+    MYEXTLIB => 'sdbm/libsdbm$(LIB_EXT)',
+    MAN3PODS   => ' ',         # Pods will be built by installman.
+    XSPROTOARG => '-noprototypes',             # XXX remove later?
 );