mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add OggFLAC dirs
This commit is contained in:
@@ -19,6 +19,11 @@ if FLaC__HAS_XMMS
|
||||
XMMS_DIRS = plugin_xmms
|
||||
endif
|
||||
|
||||
if FLaC__HAS_OGG
|
||||
OGGFLAC_DIRS = libOggFLAC libOggFLAC++
|
||||
#@@@ tests not written yet: OGGFLAC_TEST_DIRS = test_libOggFLAC test_libOggFLAC++
|
||||
endif
|
||||
|
||||
EXTRA_DIST = \
|
||||
monkeys_audio_utilities \
|
||||
plugin_winamp2 \
|
||||
@@ -27,11 +32,12 @@ EXTRA_DIST = \
|
||||
SUBDIRS = \
|
||||
libFLAC \
|
||||
libFLAC++ \
|
||||
libOggFLAC \
|
||||
$(OGGFLAC_DIRS) \
|
||||
share \
|
||||
flac \
|
||||
metaflac \
|
||||
$(XMMS_DIRS) \
|
||||
test_libFLAC \
|
||||
test_libFLAC++ \
|
||||
$(OGGFLAC_TEST_DIRS) \
|
||||
test_streams
|
||||
|
||||
Reference in New Issue
Block a user