--- a/Makefile.am.newautomake Fri Jun 28 06:14:52 2002 +0000
+++ b/Makefile.am.newautomake Fri Jun 28 06:21:17 2002 +0000
@@ -6,9 +6,6 @@
if BUILD_MACOSX
-BEOS_SRC = @BUILD_BEOS_CPP@
-BEOS_EXTRADIST = @BUILD_BEOS_EXTRA@
-
ZLIB_FILES = zlib114/adler32.c \
zlib114/compress.c \
zlib114/crc32.c \
@@ -56,7 +53,7 @@
archivers/unzip.h \
platform/unix.c \
platform/posix.c \
- $(ZLIB_SRC) $(BEOS_SRC)
+ $(ZLIB_SRC)
libphysfs_la_INCLUDES = $(ZLIB_INC)
@@ -89,6 +86,7 @@
platform/skeleton.c \
platform/macclassic.c \
platform/win32.c \
+ platform/beos.cpp \
extras/physfsrwops.h \
extras/physfsrwops.c \
extras/physfshttpd.c \