--- M6502/Makefile.PL 2007/08/02 12:23:18 90 +++ M6502/Makefile.PL 2007/08/02 12:37:06 91 @@ -22,7 +22,7 @@ ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'M6502.pm', # retrieve abstract from module AUTHOR => 'Dobrica Pavlinusic ') : ()), - LIBS => ['-lSDL_Perl'], # e.g., '-lm' + LIBS => [''], # e.g., '-lm' DEFINE => '', INC => '-I. -I./src/', # e.g., '-I. -I/usr/include/other' # Un-comment this if you add C files to link with later: