view src/video/fbcon/Makefile.am @ 1184:a9542c38dcdb

Date: Tue, 22 Nov 2005 14:11:06 +0100 (MET) From: Mattias Karlsson <betasoft@acc.umu.se> To: sdl@libsdl.org Subject: [SDL] [PATCH] Fix (tiny) build problems on solaris (fwd) This small patch fixes building audio on solaris 2.9 with gcc 4.0
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 22 Nov 2005 15:07:41 +0000
parents 5d4bafca35cd
children
line wrap: on
line source


## Makefile.am for SDL using the framebuffer console video driver

noinst_LTLIBRARIES = libvideo_fbcon.la
libvideo_fbcon_la_SOURCES = $(FBCON_SRCS)

# The SDL framebuffer console video driver sources
FBCON_SRCS = 			\
	SDL_fbkeys.h		\
	SDL_fbvideo.h		\
	SDL_fbelo.c \
	SDL_fbelo.h \
	SDL_fbevents.c		\
	SDL_fbevents_c.h	\
	SDL_fb3dfx.c		\
	SDL_fb3dfx.h		\
	SDL_fbmatrox.c		\
	SDL_fbmatrox.h		\
	SDL_fbmouse.c		\
	SDL_fbmouse_c.h		\
	SDL_fbriva.c		\
	SDL_fbriva.h		\
	SDL_fbvideo.c		\
	3dfx_mmio.h		\
	3dfx_regs.h		\
	matrox_mmio.h		\
	matrox_regs.h		\
	riva_mmio.h		\
	riva_regs.h