Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 28, 2002
1 parent 4722cbb commit 6fd6e1e
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions platform/Makefile.am
Expand Up @@ -2,23 +2,28 @@ noinst_LTLIBRARIES = libplatform.la

INCLUDES = -I$(top_srcdir)

X = beos.cpp
Y = beos.cpp

if BUILD_BEOS_CPP
Y =
BEOS_SRC = beos.cpp
else
BEOS_SRC =
endif

if !BUILD_BEOS_CPP
BEOS_EXTRA = beos.cpp
else
X =
BEOS_EXTRA =
endif


libplatform_la_SOURCES = \
unix.c \
posix.c \
$(X)
$(BEOS_SRC)


EXTRA_DIST = \
skeleton.c \
macclassic.c \
win32.c \
$(Y)
$(BEOS_EXTRA)

0 comments on commit 6fd6e1e

Please sign in to comment.