view src/Makefile @ 4733:5c9160f0ff1c

Make the default UI suck less by killing the utterly pointless and redundant info bar.
author William Pitcock <nenolod@atheme.org>
date Thu, 17 Jul 2008 04:27:48 -0500
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