From a0e40c1fc1e1c81a0cb7053584748fe98b5fe01b Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 3 Apr 1999 04:19:39 +0000 Subject: [PATCH] Integrated Steve's new "plib" conglomeration. --- Lib/Makefile.am | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Lib/Makefile.am b/Lib/Makefile.am index 6723c2dd..a0bdf932 100644 --- a/Lib/Makefile.am +++ b/Lib/Makefile.am @@ -1,9 +1,3 @@ -if ENABLE_AUDIO_SUPPORT -AUDIO_DIRS = Audio -else -AUDIO_DIRS = -endif - if ENABLE_UNIX_SERIAL SERIAL_DIRS = Serial else @@ -11,12 +5,11 @@ SERIAL_DIRS = endif SUBDIRS = \ - $(AUDIO_DIRS) \ Bucket \ Debug \ Math \ Misc \ - PUI \ $(SERIAL_DIRS) \ XGL\ + plib \ zlib -- 2.39.5