From: curt Date: Sat, 3 Apr 1999 04:19:39 +0000 (+0000) Subject: Integrated Steve's new "plib" conglomeration. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a0e40c1fc1e1c81a0cb7053584748fe98b5fe01b;p=simgear.git Integrated Steve's new "plib" conglomeration. --- 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