From aebdd9e980cc4e8497c06c8b65174c56e2047582 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 24 May 2007 15:28:22 +0200 Subject: Enable link with external libspeex - Add --with-speex configure option to specify the build of speex rate plugin. As default, it's linked to external library. If not available, defaults to builtin code. - Show build conditions at the end of configure script - Use AS_HELP_TEXT() --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0f68336..0433bca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,8 +14,11 @@ endif if HAVE_DBUS MAEMODIR = maemo endif +if HAVE_PPH +PPHDIR = pph +endif -SUBDIRS = oss mix pph $(JACKDIR) $(PULSEDIR) $(SAMPLERATEDIR) $(A52DIR) $(LAVCRATEDIR) $(MAEMODIR) doc +SUBDIRS = oss mix $(PPHDIR) $(JACKDIR) $(PULSEDIR) $(SAMPLERATEDIR) $(A52DIR) $(LAVCRATEDIR) $(MAEMODIR) doc EXTRA_DIST = hgcompile version COPYING.GPL AUTOMAKE_OPTIONS = foreign -- cgit