summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-10-15 04:24:05 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-10-15 04:24:05 +0000
commit8da98c897bc9a5280a2cf4be5a795c83c00fd80b (patch)
treea06a9c80d9bb49174bb9750db26b583400cbe914 /src/Makefile.am
parent03dbb26a274a115873632e3c3e23aead7214e1b2 (diff)
downloadflac-8da98c897bc9a5280a2cf4be5a795c83c00fd80b.tar.gz
merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2d97fe25..9de7d7de 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -19,15 +19,9 @@ if FLaC__HAS_XMMS
XMMS_DIRS = plugin_common plugin_xmms
endif
-if FLaC__HAS_OGG
-OGGFLAC_DIRS = libOggFLAC libOggFLAC++
-OGGFLAC_TEST_DIRS = test_libOggFLAC test_libOggFLAC++
-endif
-
SUBDIRS = \
libFLAC \
libFLAC++ \
- $(OGGFLAC_DIRS) \
share \
flac \
metaflac \
@@ -38,7 +32,6 @@ SUBDIRS = \
test_libs_common \
test_libFLAC \
test_libFLAC++ \
- $(OGGFLAC_TEST_DIRS) \
test_seeking \
test_streams