view src/Makefile @ 4490:2e56a47e7a5d

Correctly check for USE_DBUS and USE_EGGSM.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Apr 2008 07:32:45 +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