/usr/local/CPAN/UnixODBC/Makefile.PL


use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

# $Id: Makefile.PL,v 1.4 2004-03-16 05:57:27 kiesling Exp $

WriteMakefile(
    'NAME'		=> 'UnixODBC',
    'VERSION_FROM'      => 'UnixODBC.pm',
    'LIBS'		=> ['-L/usr/local/lib -L/usr/lib -lodbc -lodbcinst'],
);