Skip to content

Commit

Permalink
Blargh.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 28, 2002
1 parent e8ca75a commit c4ac06e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Makefile.am.newautomake
Expand Up @@ -6,6 +6,9 @@ libphysfsinclude_HEADERS = \

if BUILD_MACOSX

BEOS_SRC = @BUILD_BEOS_CPP@
BEOS_EXTRADIST = @BUILD_BEOS_EXTRA@

ZLIB_FILES = zlib114/adler32.c \
zlib114/compress.c \
zlib114/crc32.c \
Expand Down Expand Up @@ -53,7 +56,7 @@ libphysfs_la_SOURCES = \
archivers/unzip.h \
platform/unix.c \
platform/posix.c \
$(ZLIB_SRC) @BUILD_BEOS_CPP@
$(ZLIB_SRC) $(BEOS_SRC)

libphysfs_la_INCLUDES = $(ZLIB_INC)

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

else

Expand Down
7 changes: 5 additions & 2 deletions platform/Makefile.am
Expand Up @@ -2,15 +2,18 @@ noinst_LTLIBRARIES = libplatform.la

INCLUDES = -I$(top_srcdir)

BEOS_SRC = @BUILD_BEOS_CPP@
BEOS_EXTRADIST = @BUILD_BEOS_EXTRA@

libplatform_la_SOURCES = \
unix.c \
posix.c \
@BUILD_BEOS_CPP@
$(BEOS_SRC)


EXTRA_DIST = \
skeleton.c \
macclassic.c \
win32.c \
@BUILD_BEOS_EXTRA@
$(BEOS_EXTRADIST)

0 comments on commit c4ac06e

Please sign in to comment.