summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-08-23 06:45:23 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-08-23 06:45:23 +0000
commit1f99eac2bbfc9a6ea84173840062886f4ffa8493 (patch)
tree9aa454a03d8560ad7135d821de815ce56146b87c /src/Makefile.am
parent3e94dad4f0902f3d146db0291b31887c61c13143 (diff)
downloadflac-1f99eac2bbfc9a6ea84173840062886f4ffa8493.tar.gz
fixes based on a pass over everything with autoconf/automake
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 063ead42..559d3a91 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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) \