diff src/Makefile @ 2771:4585019eb82e trunk

[svn] -Renamed MPRIS /TrackList Shuffle method to Random -Added stubs for the MPRIS /Player signals -Added stubs for the MPRIS /TrackList methods (implemented AddTrack) -Modified build system to be more ignorant of DBus support
author magma
date Tue, 15 May 2007 21:53:37 -0700
parents 4a5cdf975bb3
children 59452118044d
line wrap: on
line diff
--- a/src/Makefile	Mon May 14 01:10:54 2007 -0700
+++ b/src/Makefile	Tue May 15 21:53:37 2007 -0700
@@ -3,10 +3,17 @@
 include ../mk/rules.mk
 include ../mk/init.mk
 
-SUBDIRS = $(INTL_OBJECTIVE) $(SUBDIR_GUESS) $(LIBAUDCLIENT_OBJECTIVE) audacious libid3tag
+SUBDIRS = $(INTL_OBJECTIVE) $(SUBDIR_GUESS)
+
+ifdef USE_DBUS
+SUBDIRS += libaudclient audtool
+endif
+
+SUBDIRS += audacious libid3tag
 
 include ../mk/objective.mk
 
+ifdef USE_DBUS
 depend-prehook:
 	@cd audacious; $(MAKE) $@ || exit; cd ..;
-
+endif