Mercurial > sdl-ios-xcode
view src/video/directfb/Makefile.am @ 566:d6e7d7006062
Enable the glXGetProcAddressARB code (fixes problems with NVidia drivers)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 20 Jan 2003 00:25:28 +0000 |
parents | f8482d7c9595 |
children | 84d043703e77 |
line wrap: on
line source
## Makefile.am for SDL using the DirectFB video driver CFLAGS = @CFLAGS@ $(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