From 5bcb38dd56373eb840dafd8ca9bc34d040542444 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 23 Feb 2001 21:28:29 +0000 Subject: [PATCH] add metaflac --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index a5cdb97..068a6aa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,4 +6,4 @@ if DEBUG DEBUG_DIRS = test_streams test_unit endif -SUBDIRS = libFLAC flac $(XMMS_DIRS) $(DEBUG_DIRS) +SUBDIRS = libFLAC flac metaflac $(XMMS_DIRS) $(DEBUG_DIRS) -- 2.7.4