summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-05-24 15:28:22 +0200
committerTakashi Iwai <tiwai@suse.de>2007-05-24 15:28:22 +0200
commitaebdd9e980cc4e8497c06c8b65174c56e2047582 (patch)
tree3d57df16b90ef85bd0ced597f12ce077aaa1a1de /Makefile.am
parent8d4f7e4e6b62cdeb39b8996b2ee24dd5770c81ca (diff)
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()
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
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