From 54352225f1e5a1fcfc021ba0181b292eecd2c2d5 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 16 Nov 1998 13:56:45 +0000 Subject: [PATCH] Added the Serial subdirectory --- Lib/Makefile.am | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Lib/Makefile.am b/Lib/Makefile.am index 73035a69e..36d5ced41 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