view src/Makefile @ 4525:16466c2624b2

Check if the playlist scanning thread has already been stopped, so that we don't crash in thread joining.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 30 Apr 2008 04:35:59 +0300
parents 8936675274ba
children 5586782f9dfe
line wrap: on
line source

SUBDIRS = libguess libSAD audacious libid3tag

include ../extra.mk

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

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

include ../buildsys.mk