This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Be more lenient in the case libsunmath cannot be found.
[perl5.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 );