From 215da2d8f8581e62649f5f0ffe32a495f319a34d Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 8 Dec 2006 15:04:55 +0100 Subject: compile maemo only if DBUS is present --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit