Add new step to run_byacc which:
[p5sagit/p5-mst-13.2.git] / ext / GDBM_File / Makefile.PL
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 );