fixes based on a pass over everything with autoconf/automake
[platform/upstream/flac.git] / src / Makefile.am
index 3970d61..559d3a9 100644 (file)
@@ -1,5 +1,5 @@
 #  FLAC - Free Lossless Audio Codec
-#  Copyright (C) 2001  Josh Coalson
+#  Copyright (C) 2001,2002  Josh Coalson
 #
 #  This program is part of FLAC; you can redistribute it and/or
 #  modify it under the terms of the GNU General Public License
@@ -19,4 +19,24 @@ if FLaC__HAS_XMMS
 XMMS_DIRS = plugin_xmms
 endif
 
-SUBDIRS = libFLAC flac metaflac $(XMMS_DIRS) test_streams test_unit
+if FLaC__HAS_OGG
+OGGFLAC_DIRS = libOggFLAC libOggFLAC++
+OGGFLAC_TEST_DIRS = test_libOggFLAC test_libOggFLAC++
+endif
+
+SUBDIRS = \
+       libFLAC \
+       libFLAC++ \
+       $(OGGFLAC_DIRS) \
+       share \
+       flac \
+       metaflac \
+       monkeys_audio_utilities \
+       plugin_common \
+       $(XMMS_DIRS) \
+       plugin_winamp2 \
+       plugin_winamp3 \
+       test_libFLAC \
+       test_libFLAC++ \
+       $(OGGFLAC_TEST_DIRS) \
+       test_streams