Added platform/os2.c to build system.

This commit is contained in:
Ryan C. Gordon 2002-07-27 06:28:45 +00:00
parent d35135c849
commit 2580f1460d
3 changed files with 9 additions and 3 deletions

View File

@ -86,11 +86,13 @@ EXTRA_DIST = \
platform/macclassic.c \
platform/win32.c \
platform/beos.cpp \
platform/os2.c \
extras/physfsrwops.h \
extras/physfsrwops.c \
extras/physfshttpd.c \
Makefile.am.oldautomake \
Makefile.am.newautomake \
makeos2.cmd \
$(ZLIB_EXTRADIST) $(BEOS_EXTRADIST) $(TEST_EXTRADIST)
else
@ -126,7 +128,8 @@ EXTRA_DIST = \
CWProjects.sit \
physfs.spec \
physfs.dsp \
test_physfs.dsp
test_physfs.dsp \
makeos2.cmd
endif

View File

@ -35,7 +35,8 @@ EXTRA_DIST = \
CWProjects.sit \
physfs.spec \
physfs.dsp \
test_physfs.dsp
test_physfs.dsp \
makeos2.cmd
dist-hook:
mkdir $(distdir)/docs

View File

@ -10,7 +10,8 @@ else
libplatform_la_SOURCES = \
unix.c \
win32.c \
posix.c
posix.c \
os2.c
endif
@ -19,5 +20,6 @@ EXTRA_DIST = \
macclassic.c \
win32.c \
unix.c \
os2.c \
beos.cpp