]> git.alsa-project.org Git - alsa-plugins.git/commitdiff
compile maemo only if DBUS is present v1.0.14rc1
authorJaroslav Kysela <perex@perex.cz>
Fri, 8 Dec 2006 14:04:55 +0000 (15:04 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 8 Dec 2006 14:04:55 +0000 (15:04 +0100)
Makefile.am

index 0626206736489f4e969b4c828c2a78fed03697df..06a6b5a7d134193ac38ff4dd9df722f55cb31e56 100644 (file)
@@ -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