From 2bf0ef8b6863a06c53b2df11127a954131ef5191 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 25 May 2006 04:31:50 +0000 Subject: [PATCH] only build plugin_common if FLaC__HAVE_XMMS --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index a21afca9..0b5b5a42 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,7 +16,7 @@ # distribution. if FLaC__HAS_XMMS -XMMS_DIRS = plugin_xmms +XMMS_DIRS = plugin_common plugin_xmms endif if FLaC__HAS_OGG @@ -32,7 +32,6 @@ SUBDIRS = \ flac \ metaflac \ monkeys_audio_utilities \ - plugin_common \ $(XMMS_DIRS) \ plugin_winamp2 \ test_grabbag \ -- 2.34.1