--- M6502/Makefile.PL 2007/08/01 13:52:39 78 +++ M6502/Makefile.PL 2007/08/01 14:23:40 79 @@ -18,7 +18,7 @@ AUTHOR => 'Dobrica Pavlinusic ') : ()), LIBS => [''], # e.g., '-lm' DEFINE => '-DEXEC6502 -DFAST_RDOP -DLSB_FIRST', # M6502 options - INC => '-I.', # e.g., '-I. -I/usr/include/other' + INC => '-I. -I./src/', # e.g., '-I. -I/usr/include/other' # Un-comment this if you add C files to link with later: OBJECT => '$(O_FILES)', # link all the C files too OPTIMIZE => '-g',