Move Package::Constants from lib to ext
[p5sagit/p5-mst-13.2.git] / ext / ODBM_File / Makefile.PL
index 7a80882..0ae31f9 100644 (file)
@@ -1,2 +1,7 @@
 use ExtUtils::MakeMaker;
-WriteMakefile(LIBS => ["-ldbm.nfs", "-ldbm -lucb"]);
+WriteMakefile(
+    NAME       => 'ODBM_File',
+    LIBS => ["-ldbm -lucb"],
+    XSPROTOARG => '-noprototypes',             # XXX remove later?
+    VERSION_FROM => 'ODBM_File.pm', 
+);