view src/Makefile @ 4545:c9be7256db08

we don't show builtin features anymore
author mf0102 <0102@gmx.at>
date Mon, 12 May 2008 23:06:39 +0200
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