Skip to content

Commit

Permalink
Date: Fri, 28 Feb 2003 22:47:56 +0100
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
slouken committed Mar 6, 2003
1 parent 1bae4e9 commit 05cca0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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)
Expand Down

0 comments on commit 05cca0e

Please sign in to comment.