This commit is contained in:
Ryan C. Gordon 2002-06-28 06:30:07 +00:00
parent f3b6485f60
commit 2cfd38c9bf
1 changed files with 7 additions and 14 deletions

View File

@ -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