view src/Makefile @ 4797:9b9bcf252a10

- provide a way to query current interface. - revive visualization when legacy interface is chosen.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 11 Oct 2008 07:43:44 +0900
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