1
0
Fork 0

Added the Serial subdirectory

This commit is contained in:
curt 1998-11-16 13:56:45 +00:00
parent 0b7d4c8c1e
commit 54352225f1

View file

@ -4,4 +4,21 @@ else
AUDIO_DIRS =
endif
SUBDIRS = $(AUDIO_DIRS) Bucket Debug DEM gpc Math Misc PUI XGL zlib
if ENABLE_UNIX_SERIAL
SERIAL_DIRS = Serial
else
SERIAL_DIRS =
endif
SUBDIRS = \
$(AUDIO_DIRS) \
Bucket \
Debug \
DEM \
gpc \
Math \
Misc \
PUI \
$(SERIAL_DIRS) \
XGL\
zlib