Commit 06f6a59212445b96e61c9e3308548628c65a2f44

Ryan C. Gordon 2013-08-20T20:16:15

Corrected Haiku build.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure.in b/configure.in
index f9d0bf2..a1fc311 100644
--- a/configure.in
+++ b/configure.in
@@ -2612,7 +2612,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau
         # Set up files for the system filesystem library
         if test x$enable_filesystem = xyes; then
             AC_DEFINE(SDL_FILESYSTEM_BEOS, 1, [ ])
-            SOURCES="$SOURCES $srcdir/src/power/beos/*.cc"
+            SOURCES="$SOURCES $srcdir/src/filesystem/beos/*.cc"
             have_filesystem=yes
         fi
         # The BeOS platform requires special setup.