summaryrefslogtreecommitdiff
path: root/ext/DB_File/Makefile.PL
blob: 3ad8015d95d00acc5617b8d7f35cff85b9f8fbd5 (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.0,
	);