]> git.mxchange.org Git - simgear.git/commitdiff
Added a Lib/Audio for Steve Baker's sound library.
authorcurt <curt>
Wed, 3 Jun 1998 00:42:40 +0000 (00:42 +0000)
committercurt <curt>
Wed, 3 Jun 1998 00:42:40 +0000 (00:42 +0000)
Lib/Makefile.am

index fe6504f56a4f38895e6495a625c632300e84733b..d21a13e38959644593b53b3dd3e646f27e6c8486 100644 (file)
@@ -1 +1,7 @@
-SUBDIRS = Bucket Debug DEM Math XGL zlib
+if HAVE_OSS_AUDIO
+AUDIO_DIRS = Audio
+else
+AUDIO_DIRS = 
+endif
+
+SUBDIRS = $(AUDIO_DIRS) Bucket Debug DEM Math XGL zlib