The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

# Add several possible places for -L. 

WriteMakefile(
	NAME => 'VRML::JPEG',
    LIBS      => $VRML_CONFIG{JPEG_LIBS},

    DEFINE => $VRML_CONFIG{JPEG_DEFINE},
    INC => $VRML_CONFIG{JPEG_INC},
);