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