summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2006-12-08 15:04:55 +0100
committerJaroslav Kysela <perex@perex.cz>2006-12-08 15:04:55 +0100
commit215da2d8f8581e62649f5f0ffe32a495f319a34d (patch)
tree0820d4d1b20108adaba09af1f568a70a200fcfbc
parent3c649d08af50944ac5185fe6abe60b9990debc08 (diff)
compile maemo only if DBUS is presentv1.0.14rc1
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
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