view src/Makefile @ 4792:34b21e766f5e

Automated merge with ssh://hg.atheme.org//hg/audacious
author Jonathan Schleifer <js-audacious@webkeks.org>
date Thu, 02 Oct 2008 23:45:02 +0200
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