Corrected Haiku build.

Ryan C. Gordon 2013-08-20 20:16:15 -04:00
parent c9152adcb0
commit 06f6a59212
1 changed files with 1 additions and 1 deletions

View File

@ -2612,7 +2612,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau
# Set up files for the system filesystem library # Set up files for the system filesystem library
if test x$enable_filesystem = xyes; then if test x$enable_filesystem = xyes; then
AC_DEFINE(SDL_FILESYSTEM_BEOS, 1, [ ]) AC_DEFINE(SDL_FILESYSTEM_BEOS, 1, [ ])
SOURCES="$SOURCES $srcdir/src/power/beos/*.cc" SOURCES="$SOURCES $srcdir/src/filesystem/beos/*.cc"
have_filesystem=yes have_filesystem=yes
fi fi
# The BeOS platform requires special setup. # The BeOS platform requires special setup.