view include/Makefile.am @ 887:b4b64bb88f2f

Date: Mon, 10 May 2004 10:17:46 -0400 From: Mike Frysinger Subject: Re: [SDL] gcc-3.4.0 / PIC fix here's a combined patch (yours and the one i mentioned earlier) that i tested with gcc-3.4.0 and gcc-3.3.3
author Sam Lantinga <slouken@libsdl.org>
date Sun, 16 May 2004 17:19:48 +0000
parents 22dbf364c017
children 450721ad5436
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_cpuinfo.h		\
	SDL_endian.h		\
	SDL_error.h		\
	SDL_events.h		\
	SDL_getenv.h		\
	SDL_joystick.h		\
	SDL_keyboard.h		\
	SDL_keysym.h		\
	SDL_loadso.h		\
	SDL_main.h		\
	SDL_mouse.h		\
	SDL_mutex.h		\
	SDL_name.h		\
	SDL_opengl.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