author | Sam Lantinga <slouken@libsdl.org> |
Sat, 03 May 2003 19:48:37 +0000 | |
changeset 618 | 707748c422f8 |
parent 606 | 84d043703e77 |
permissions | -rw-r--r-- |
## 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