From dbe2471ae00f08e2a33153ec6d97dfd7885c68e3 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 17 May 2002 06:13:47 +0000 Subject: [PATCH] add libFLAC++ and share subdirs --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index d5646cdc..67138536 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,4 +19,4 @@ if FLaC__HAS_XMMS XMMS_DIRS = plugin_xmms endif -SUBDIRS = libFLAC flac metaflac $(XMMS_DIRS) test_streams test_unit +SUBDIRS = libFLAC libFLAC++ share flac metaflac $(XMMS_DIRS) test_streams test_unit