summaryrefslogtreecommitdiff
path: root/ext/GDBM_File/Makefile.PL
blob: 19256230310e32be76be91461e17fdce9ee9417a (plain)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;
WriteMakefile(
    LIBS => ["-L/usr/local/lib -lgdbm", "-ldbm"],
    MAN3PODS 	=> ' ', 	# Pods will be built by installman.
    XSPROTOARG => '-noprototypes', 		# XXX remove later?
    VERSION_FROM => 'GDBM_File.pm',
);