comparison src/video/directfb/Makefile.am @ 167:cb384ef627f6

Added support for DirectFB video on Linux (thanks Denis!)
author Sam Lantinga <slouken@libsdl.org>
date Tue, 04 Sep 2001 22:53:46 +0000
parents
children f8482d7c9595
comparison
equal deleted inserted replaced
166:39877400bd1e 167:cb384ef627f6
1
2 ## Makefile.am for SDL using the DirectFB video driver
3
4 CFLAGS = @CFLAGS@ $(DIRECTFB_CFLAGS)
5
6 noinst_LTLIBRARIES = libvideo_directfb.la
7 libvideo_directfb_la_SOURCES = $(DIRECTFB_SRCS)
8 libvideo_directfb_la_LIBADD = $(DIRECTFB_LIBS)
9
10 # The SDL DirectFB video driver sources
11 DIRECTFB_SRCS = \
12 SDL_DirectFB_events.c \
13 SDL_DirectFB_events.h \
14 SDL_DirectFB_video.c \
15 SDL_DirectFB_video.h