fix compilation issues with SDL_image and SDL_ttf
On my distro all of the SDL libraries and includes (SDL, SDL_image, SDL_ttf, etc...) are in different folders. When I tried to compile tuxtype I received errors that SDL_image.h and SDL_ttf.h couldn't be found. This change fixed those issues.