view src/Makefile @ 4799:142a28417ced

- renamed executable as audlegacy - made the legacy interface default.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 24 Nov 2008 22:25:58 +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