Skip to content

Commit

Permalink
Added platform/os2.c to build system.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 27, 2002
1 parent d35135c commit 2580f14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Makefile.am.newautomake
Expand Up @@ -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
Expand Down Expand Up @@ -126,7 +128,8 @@ EXTRA_DIST = \
CWProjects.sit \
physfs.spec \
physfs.dsp \
test_physfs.dsp
test_physfs.dsp \
makeos2.cmd


endif
Expand Down
3 changes: 2 additions & 1 deletion Makefile.am.oldautomake
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion platform/Makefile.am
Expand Up @@ -10,7 +10,8 @@ else
libplatform_la_SOURCES = \
unix.c \
win32.c \
posix.c
posix.c \
os2.c
endif


Expand All @@ -19,5 +20,6 @@ EXTRA_DIST = \
macclassic.c \
win32.c \
unix.c \
os2.c \
beos.cpp

0 comments on commit 2580f14

Please sign in to comment.