home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / perl-5.003-src.tgz / tar.out / fsf / perl / ext / GDBM_File / Makefile.PL < prev    next >
Makefile  |  1996-09-28  |  270b  |  9 lines

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