Commit 88d4df37 authored by Sam Lantinga's avatar Sam Lantinga

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.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40607
parent 205a296a
## 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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment