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.
--- a/src/video/directfb/Makefile.am Thu Mar 06 06:12:41 2003 +0000
+++ b/src/video/directfb/Makefile.am Thu Mar 06 06:18:24 2003 +0000
@@ -1,7 +1,7 @@
## Makefile.am for SDL using the DirectFB video driver
-CFLAGS = @CFLAGS@ $(DIRECTFB_CFLAGS)
+INCLUDES += $(DIRECTFB_CFLAGS)
noinst_LTLIBRARIES = libvideo_directfb.la
libvideo_directfb_la_SOURCES = $(DIRECTFB_SRCS)