Skip to content

Commit

Permalink
Ugh.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 28, 2002
1 parent f3b6485 commit 2cfd38c
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions platform/Makefile.am
Expand Up @@ -3,27 +3,20 @@ noinst_LTLIBRARIES = libplatform.la
INCLUDES = -I$(top_srcdir)

if BUILD_BEOS
BEOS_SRC = beos.cpp
else
BEOS_SRC =
endif

if BUILD_BEOS
BEOS_EXTRADIST =
else
BEOS_EXTRADIST = beos.cpp
endif


libplatform_la_SOURCES = \
unix.c \
posix.c \
$(BEOS_SRC)
beos.cpp
else
libplatform_la_SOURCES = \
unix.c \
posix.c
endif


EXTRA_DIST = \
skeleton.c \
macclassic.c \
win32.c \
$(BEOS_EXTRADIST)
beos.cpp

0 comments on commit 2cfd38c

Please sign in to comment.