From 114ca5adebc67f1e951e78d29452b41bec4a843a Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 17 Feb 2011 18:54:11 -0800 Subject: [PATCH] Fixed make install --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d1fed3018..090f1b5be 100644 --- a/Makefile.in +++ b/Makefile.in @@ -57,7 +57,7 @@ HDRS = \ SDL_input.h \ SDL_joystick.h \ SDL_keyboard.h \ - SDL_keysym.h \ + SDL_keycode.h \ SDL_loadso.h \ SDL_log.h \ SDL_main.h \