comparison src/video/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 2dc7252dc53e
children 83018110dce8
comparison
equal deleted inserted replaced
166:39877400bd1e 167:cb384ef627f6
3 3
4 noinst_LTLIBRARIES = libvideo.la 4 noinst_LTLIBRARIES = libvideo.la
5 5
6 # Define which subdirectories need to be built 6 # Define which subdirectories need to be built
7 SUBDIRS = @VIDEO_SUBDIRS@ 7 SUBDIRS = @VIDEO_SUBDIRS@
8 DIST_SUBDIRS = dummy x11 dga nanox fbcon vgl svga ggi aalib \ 8 DIST_SUBDIRS = dummy x11 dga nanox fbcon directfb vgl svga ggi aalib \
9 wincommon windib windx5 \ 9 wincommon windib windx5 \
10 maccommon macdsp macrom quartz \ 10 maccommon macdsp macrom quartz \
11 bwindow ps2gs photon cybergfx 11 bwindow ps2gs photon cybergfx
12 12
13 DRIVERS = @VIDEO_DRIVERS@ 13 DRIVERS = @VIDEO_DRIVERS@