changeset 758:619fc21d154e

Date: Wed, 17 Dec 2003 18:07:29 -0800 PST From: "Andrew Bachmann" Subject: recent build changes To ensure that I submitted all the changes to you I attempt to rebuild SDL from a clean cvs checkout. Unfortunately it failed with this error: /boot/develop/libsdl/SDL12/src/audio/baudio/SDL_beaudio.cc:35: SDL_BeApp.h: No such file or directory
author Sam Lantinga <slouken@libsdl.org>
date Thu, 18 Dec 2003 05:01:47 +0000
parents 4f46fee887fe
children 26ac9609211f
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Tue Dec 16 13:16:50 2003 +0000
+++ b/configure.in	Thu Dec 18 05:01:47 2003 +0000
@@ -2603,7 +2603,7 @@
 dnl Expand the include directories for building SDL
 CFLAGS="$CFLAGS -I\$(top_srcdir)/include"
 CFLAGS="$CFLAGS -I\$(top_srcdir)/include/SDL"
-CFLAGS="$CFLAGS -I\$(top_srcdir)/src -I\$(top_srcdir)/src/$ARCH"
+CFLAGS="$CFLAGS -I\$(top_srcdir)/src -I\$(top_srcdir)/src/main/$ARCH"
 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/audio"
 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/video"
 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/video/XFree86/extensions"