view src/Makefile @ 4636:f6204058f034

Automated merge with ssh://hg.atheme.org//hg/audacious
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 13 Jun 2008 05:03:11 +0300
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