mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fixes based on a pass over everything with autoconf/automake
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user