summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-05-25 04:31:50 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-05-25 04:31:50 +0000
commit2bf0ef8b6863a06c53b2df11127a954131ef5191 (patch)
treea4a908b74ee1631085d0393268998490e1f8071c /src/Makefile.am
parentc933c9371402ecd06add0a7a2c4c2388be35a34c (diff)
downloadflac-2bf0ef8b6863a06c53b2df11127a954131ef5191.tar.gz
only build plugin_common if FLaC__HAVE_XMMS
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 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 \