Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 28, 2002
1 parent 4a3ea44 commit e8ca75a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Makefile.am.newautomake
Expand Up @@ -42,14 +42,6 @@ else
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 \
Expand All @@ -61,7 +53,7 @@ libphysfs_la_SOURCES = \
archivers/unzip.h \
platform/unix.c \
platform/posix.c \
$(ZLIB_SRC) $(BEOS_SRC)
$(ZLIB_SRC) @BUILD_BEOS_CPP@

libphysfs_la_INCLUDES = $(ZLIB_INC)

Expand Down Expand Up @@ -99,7 +91,7 @@ EXTRA_DIST = \
extras/physfshttpd.c \
Makefile.am.oldautomake \
Makefile.am.newautomake \
$(ZLIB_EXTRADIST) $(BEOS_EXTRADIST) $(TEST_EXTRADIST)
$(ZLIB_EXTRADIST) @BUILD_BEOS_EXTRA@ $(TEST_EXTRADIST)

else

Expand Down

0 comments on commit e8ca75a

Please sign in to comment.