Mercurial > sdl-ios-xcode
view include/Makefile.am @ 176:c9bc7f33d56f
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 11 Sep 2001 20:58:28 +0000 |
parents | 74212992fb08 |
children | 0e5d6dd77bda |
line wrap: on
line source
# The input Makefile for SDL header files # The directory where the include files will be installed libSDLincludedir = $(includedir)/SDL # Which header files to install libSDLinclude_HEADERS = \ SDL.h \ SDL_active.h \ SDL_audio.h \ SDL_byteorder.h \ SDL_cdrom.h \ SDL_copying.h \ SDL_endian.h \ SDL_error.h \ SDL_events.h \ SDL_getenv.h \ SDL_joystick.h \ SDL_keyboard.h \ SDL_keysym.h \ SDL_main.h \ SDL_mouse.h \ SDL_mutex.h \ SDL_quit.h \ SDL_rwops.h \ SDL_syswm.h \ SDL_thread.h \ SDL_timer.h \ SDL_types.h \ SDL_version.h \ SDL_video.h \ begin_code.h \ close_code.h