view 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 source

.SILENT:

include ../mk/rules.mk
include ../mk/init.mk

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