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