view src/Makefile @ 4744:89891f400f98

Patch from Steve Cotton <steve0001@s.cotton.clara.co.uk> to resolve a playlist bug where entry->tuple is NULL but we try to access it. This results in huge log files, and resolves Debian bug #491655.
author William Pitcock <nenolod@atheme.org>
date Mon, 28 Jul 2008 11:34:39 -0500
parents 5586782f9dfe
children 7bf7f83a217e
line wrap: on
line source

SUBDIRS = libguess libSAD audacious libid3tag libaudutil

include ../extra.mk

ifeq ($(USE_EGGSM),yes)
SUBDIRS := libeggsmclient ${SUBDIRS}
endif

ifeq ($(USE_DBUS),yes)
SUBDIRS := libaudclient audtool ${SUBDIRS}
endif

include ../buildsys.mk