home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / perl-5.003-base.tgz / perl-5.003-base.tar / fsf / perl / ext / ODBM_File / Makefile.PL next >
Makefile  |  1996-06-23  |  250b  |  9 lines

  1. use ExtUtils::MakeMaker;
  2. WriteMakefile(
  3.     NAME    => 'ODBM_File',
  4.     LIBS => ["-ldbm -lucb"],
  5.     MAN3PODS     => ' ',     # Pods will be built by installman.
  6.     XSPROTOARG => '-noprototypes',         # XXX remove later?
  7.     VERSION_FROM => 'ODBM_File.pm', 
  8. );
  9.