From 05cca0e99d52558184cd063071c6bbe317eb9b64 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 6 Mar 2003 06:18:24 +0000 Subject: [PATCH] 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. --- src/video/directfb/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/directfb/Makefile.am b/src/video/directfb/Makefile.am index bd0516584..c3e628c42 100644 --- a/src/video/directfb/Makefile.am +++ b/src/video/directfb/Makefile.am @@ -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)