view src/Makefile @ 4866:c97b4291ec8b

We do not care about hook_find(name) past the if-statement. Do not assign to a variable.
author Tony Vroon <chainsaw@gentoo.org>
date Mon, 20 Apr 2009 00:12:18 +0100
parents 7bf7f83a217e
children 0ddbd0025174
line wrap: on
line source

SUBDIRS = libguess libSAD audlegacy 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