diff -r c6ce4c89fcea -r 6952b11b7f46 Makefile.in --- a/Makefile.in Sat Jan 14 13:17:01 2012 -0500 +++ b/Makefile.in Sat Jan 14 13:21:19 2012 -0500 @@ -46,6 +46,13 @@ SDL_audio.h \ SDL_blendmode.h \ SDL_clipboard.h \ + SDL_config.h \ + SDL_config_android.h \ + SDL_config_iphoneos.h \ + SDL_config_macosx.h \ + SDL_config_minimal.h \ + SDL_config_nintendods.h \ + SDL_config_windows.h \ SDL_compat.h \ SDL_cpuinfo.h \ SDL_endian.h \ @@ -130,7 +137,7 @@ for file in $(HDRS); do \ $(INSTALL) -m 644 $(srcdir)/include/$$file $(DESTDIR)$(includedir)/SDL/$$file; \ done - $(INSTALL) -m 644 include/SDL_config.h $(DESTDIR)$(includedir)/SDL/SDL_config.h + $(INSTALL) -m 644 include/SDL_config_generated.h $(DESTDIR)$(includedir)/SDL/SDL_config_generated.h if test -f include/SDL_revision.h; then \ $(INSTALL) -m 644 include/SDL_revision.h $(DESTDIR)$(includedir)/SDL/SDL_revision.h; \ else \ @@ -155,7 +162,7 @@ for file in $(HDRS); do \ rm -f $(DESTDIR)$(includedir)/SDL/$$file; \ done - rm -f $(DESTDIR)$(includedir)/SDL/SDL_config.h + rm -f $(DESTDIR)$(includedir)/SDL/SDL_config_generated.h rm -f $(DESTDIR)$(includedir)/SDL/SDL_revision.h -rmdir $(DESTDIR)$(includedir)/SDL uninstall-lib: