don't allow SIGCHLD to be ignored at startup, or wait*() and
[p5sagit/p5-mst-13.2.git] / ext / ODBM_File / Makefile.PL
index a25faac..2732a32 100644 (file)
@@ -1,2 +1,8 @@
 use ExtUtils::MakeMaker;
-WriteMakefile(LIBS => ["-ldbm.nfs", "-ldbm"]);
+WriteMakefile(
+    NAME       => 'ODBM_File',
+    LIBS => ["-ldbm -lucb"],
+    MAN3PODS   => {},  # Pods will be built by installman.
+    XSPROTOARG => '-noprototypes',             # XXX remove later?
+    VERSION_FROM => 'ODBM_File.pm', 
+);