mirror of
https://github.com/yawut/SDL.git
synced 2026-08-24 01:35:39 -05:00
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.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user