# File : Makefile.PL
use ExtUtils::MakeMaker;
WriteMakefile(
	'NAME'    => 'ip_mtbdd',                  # Name of package
	'OBJECT'  => 'ip_mtbdd_wrap.o ../ip-mtbdd.o ../bitstream.o'  # Object files
);
