perl 5.002beta2 patch: toke.c
[p5sagit/p5-mst-13.2.git] / ext / DB_File / Makefile.PL
CommitLineData
42793c05 1use ExtUtils::MakeMaker;
8e07c86e 2
3WriteMakefile(
4 NAME => 'DB_File',
5 LIBS => ["-L/usr/local/lib -ldb"],
4ad3186e 6 MAN3PODS => ' ', # Pods will be built by installman.
8e07c86e 7 #INC => '-I/usr/local/include',
4633a7c4 8 VERSION => 1.01,
4ad3186e 9 XSPROTOARG => '-noprototypes', # XXX remove later?
10);
8e07c86e 11