From: Jaroslav Kysela Date: Fri, 8 Dec 2006 14:04:55 +0000 (+0100) Subject: compile maemo only if DBUS is present X-Git-Tag: v1.0.14rc1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=215da2d8f8581e62649f5f0ffe32a495f319a34d;p=alsa-plugins.git compile maemo only if DBUS is present --- diff --git a/Makefile.am b/Makefile.am index 0626206..06a6b5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,8 +10,11 @@ endif if HAVE_AVCODEC A52DIR = a52 endif +if HAVE_DBUS +MAEMODIR = maemo +endif -SUBDIRS = oss mix $(JACKDIR) $(PULSEDIR) $(SAMPLERATEDIR) $(A52DIR) maemo doc +SUBDIRS = oss mix $(JACKDIR) $(PULSEDIR) $(SAMPLERATEDIR) $(A52DIR) $(MAEMODIR) doc EXTRA_DIST = hgcompile version COPYING.GPL AUTOMAKE_OPTIONS = foreign