From: curt Date: Mon, 16 Nov 1998 13:56:45 +0000 (+0000) Subject: Added the Serial subdirectory X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=54352225f1e5a1fcfc021ba0181b292eecd2c2d5;p=simgear.git Added the Serial subdirectory --- diff --git a/Lib/Makefile.am b/Lib/Makefile.am index 73035a69..36d5ced4 100644 --- a/Lib/Makefile.am +++ b/Lib/Makefile.am @@ -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