comparison configure.in @ 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 623b453a3219
children de1b2c3063b9
comparison
equal deleted inserted replaced
757:4f46fee887fe 758:619fc21d154e
2601 AC_SUBST(SYSTEM_LIBS) 2601 AC_SUBST(SYSTEM_LIBS)
2602 2602
2603 dnl Expand the include directories for building SDL 2603 dnl Expand the include directories for building SDL
2604 CFLAGS="$CFLAGS -I\$(top_srcdir)/include" 2604 CFLAGS="$CFLAGS -I\$(top_srcdir)/include"
2605 CFLAGS="$CFLAGS -I\$(top_srcdir)/include/SDL" 2605 CFLAGS="$CFLAGS -I\$(top_srcdir)/include/SDL"
2606 CFLAGS="$CFLAGS -I\$(top_srcdir)/src -I\$(top_srcdir)/src/$ARCH" 2606 CFLAGS="$CFLAGS -I\$(top_srcdir)/src -I\$(top_srcdir)/src/main/$ARCH"
2607 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/audio" 2607 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/audio"
2608 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/video" 2608 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/video"
2609 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/video/XFree86/extensions" 2609 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/video/XFree86/extensions"
2610 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/events" 2610 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/events"
2611 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/joystick" 2611 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/joystick"