summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-10-25 04:57:05 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-10-25 04:57:05 +0000
commit3c043fd7308303c7381c60b9ef78e3f3ce350661 (patch)
treef6b4d2295af34e7dd395683ac4d5f257dff1ff08 /configure.in
parentc1d97f3f8795002d3604b61b4b53881418370df0 (diff)
downloadflac-3c043fd7308303c7381c60b9ef78e3f3ce350661.tar.gz
add hooks for new replaygain wrapper lib
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1f36b6cb..72fb1202 100644
--- a/configure.in
+++ b/configure.in
@@ -230,7 +230,7 @@ fi
AM_PATH_XMMS(0.9.5.1, , AC_MSG_WARN([*** XMMS >= 0.9.5.1 not installed - xmms support will not be built]))
AM_CONDITIONAL(FLaC__HAS_XMMS, test x$XMMS_INPUT_PLUGIN_DIR != x)
-SHARE_LIBS='$(top_builddir)/src/share/libutf8.a $(top_builddir)/src/share/libgetopt.a'
+SHARE_LIBS='$(top_builddir)/src/share/libreplaygain.a $(top_builddir)/src/share/libgain_analysis.a $(top_builddir)/src/share/libgetopt.a $(top_builddir)/src/share/libutf8.a'
dnl check for i18n(internationalization); these are from libiconv/gettext
AM_ICONV
@@ -382,6 +382,10 @@ AC_OUTPUT( \
src/plugin_winamp3/Makefile \
src/plugin_xmms/Makefile \
src/share/Makefile \
+ src/share/gain_analysis/Makefile \
+ src/share/getopt/Makefile \
+ src/share/replaygain/Makefile \
+ src/share/utf8/Makefile \
src/test_libFLAC/Makefile \
src/test_libFLAC++/Makefile \
src/test_libOggFLAC/Makefile \