view src/Makefile @ 2772:3c2786bbcf36 trunk

[svn] Fixes for xchat-audacious.py: - Added checks for DBusException (bad D-Bus or no Audacious) - Fixed an off-by-one error that rendered /sendtrack's check for a username useless - Removed some duplication
author deitarion
date Tue, 15 May 2007 23:53:07 -0700
parents 4585019eb82e
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