changeset 618:707748c422f8

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 03 May 2003 19:48:37 +0000
parents 86e0385b8f96
children bf816ce70144
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	Sat May 03 15:36:10 2003 +0000
+++ b/src/video/directfb/Makefile.am	Sat May 03 19:48:37 2003 +0000
@@ -1,7 +1,7 @@
 
 ## Makefile.am for SDL using the DirectFB video driver
 
-INCLUDES += $(DIRECTFB_CFLAGS)
+INCLUDES = $(DIRECTFB_CFLAGS)
 
 noinst_LTLIBRARIES = libvideo_directfb.la
 libvideo_directfb_la_SOURCES = $(DIRECTFB_SRCS)