From 1f99eac2bbfc9a6ea84173840062886f4ffa8493 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 23 Aug 2002 06:45:23 +0000 Subject: fixes based on a pass over everything with autoconf/automake --- src/Makefile.am | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/Makefile.am') 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) \ -- cgit v1.2.1