This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.002beta2 patch: toke.c
[perl5.git] / ext / GDBM_File / Makefile.PL
CommitLineData
42793c05 1use ExtUtils::MakeMaker;
4ad3186e 2WriteMakefile(
3 LIBS => ["-L/usr/local/lib -lgdbm", "-ldbm"],
4 MAN3PODS => ' ', # Pods will be built by installman.
5 XSPROTOARG => '-noprototypes', # XXX remove later?
6);