view src/Makefile @ 3337:99f34db2c3fc trunk

- fix a bug that playlist_ins_url() always returns 1 even if no url has been added. now playlist_ins_url() returns number of new entries which actually added to the playlist. - modify playlist_load_ins() to return number of new entries.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sun, 12 Aug 2007 21:21:46 +0900
parents 59452118044d
children 9ddf21ab5c84
line wrap: on
line source

.SILENT:

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

SUBDIRS = $(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