summaryrefslogtreecommitdiff
path: root/ext/DB_File/Makefile.PL
blob: d9218d9d33e478850a71b31daafc157cb1723235 (plain)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;

WriteMakefile(
	NAME 	=> 'DB_File',
	LIBS 	=> ["-L/usr/local/lib -ldb"],
	#INC	=> '-I/usr/local/include',
	VERSION	=> 1.01,
	);