changeset 606:84d043703e77

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.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 06 Mar 2003 06:18:24 +0000
parents 6399f4e90211
children f8710950cddc
files src/video/directfb/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)