view src/video/directfb/Makefile.am @ 606:84d043703e77

Date: Fri, 28 Feb 2003 22:47:56 +0100 From: Denis Oliver Kropp Subject: Makefile.am fix I fixed the Makefile.am which lacked many defines. With this patch SDL on DirectFB doesn't crash on startup immediately.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 06 Mar 2003 06:18:24 +0000
parents f8482d7c9595
children 707748c422f8
line wrap: on
line source


## Makefile.am for SDL using the DirectFB video driver

INCLUDES += $(DIRECTFB_CFLAGS)

noinst_LTLIBRARIES = libvideo_directfb.la
libvideo_directfb_la_SOURCES = $(DIRECTFB_SRCS)
libvideo_directfb_la_LIBADD  = $(DIRECTFB_LIBS)

# The SDL DirectFB video driver sources
DIRECTFB_SRCS = 		\
	SDL_DirectFB_events.c	\
	SDL_DirectFB_events.h	\
	SDL_DirectFB_video.c	\
	SDL_DirectFB_video.h	\
	SDL_DirectFB_yuv.c	\
	SDL_DirectFB_yuv.h