# HG changeset patch # User Ryan C. Gordon # Date 1025244623 0 # Node ID d0ff4897f447c22fa82be25fc7c3a600146253ed # Parent ff219de447fc8490a5aecfd7cc2bce1bb189d39f Updated. diff -r ff219de447fc -r d0ff4897f447 Makefile.am.newautomake --- a/Makefile.am.newautomake Fri Jun 28 06:07:39 2002 +0000 +++ b/Makefile.am.newautomake Fri Jun 28 06:10:23 2002 +0000 @@ -42,14 +42,6 @@ ZLIB_EXTRADIST = $(ZLIB_FILES) endif -if BUILD_BEOS_CPP - BEOS_SRC = platform/beos.cpp - BEOS_EXTRADIST = -else - BEOS_SRC = - BEOS_EXTRADIST = platform/beos.cpp -endif - libphysfs_la_SOURCES = \ physfs.c \ physfs_internal.h \ @@ -61,7 +53,7 @@ archivers/unzip.h \ platform/unix.c \ platform/posix.c \ - $(ZLIB_SRC) $(BEOS_SRC) + $(ZLIB_SRC) @BUILD_BEOS_CPP@ libphysfs_la_INCLUDES = $(ZLIB_INC) @@ -99,7 +91,7 @@ extras/physfshttpd.c \ Makefile.am.oldautomake \ Makefile.am.newautomake \ - $(ZLIB_EXTRADIST) $(BEOS_EXTRADIST) $(TEST_EXTRADIST) + $(ZLIB_EXTRADIST) @BUILD_BEOS_EXTRA@ $(TEST_EXTRADIST) else