fixes based on a pass over everything with autoconf/automake

This commit is contained in:
Josh Coalson
2002-08-23 06:45:23 +00:00
parent 3e94dad4f0
commit 1f99eac2bb
20 changed files with 172 additions and 57 deletions

View File

@@ -21,15 +21,9 @@ endif
if FLaC__HAS_OGG
OGGFLAC_DIRS = libOggFLAC libOggFLAC++
#@@@@ tests not written yet: test_libOggFLAC++
OGGFLAC_TEST_DIRS = test_libOggFLAC
OGGFLAC_TEST_DIRS = test_libOggFLAC test_libOggFLAC++
endif
EXTRA_DIST = \
monkeys_audio_utilities \
plugin_winamp2 \
plugin_winamp3
SUBDIRS = \
libFLAC \
libFLAC++ \
@@ -37,7 +31,11 @@ SUBDIRS = \
share \
flac \
metaflac \
monkeys_audio_utilities \
plugin_common \
$(XMMS_DIRS) \
plugin_winamp2 \
plugin_winamp3 \
test_libFLAC \
test_libFLAC++ \
$(OGGFLAC_TEST_DIRS) \