view src/Makefile @ 4531:cbb1f66d8971

Fix PLUGIN_FILENAME() behaviour to not include lib on the front. This is related to the Ubuntu PulseAudio disaster.
author William Pitcock <nenolod@atheme.org>
date Mon, 05 May 2008 07:48:56 -0500
parents 8936675274ba
children 5586782f9dfe
line wrap: on
line source

SUBDIRS = libguess libSAD audacious libid3tag

include ../extra.mk

ifeq ($(USE_EGGSM),yes)
SUBDIRS := libeggsmclient ${SUBDIRS}
endif

ifeq ($(USE_DBUS),yes)
SUBDIRS := libaudclient audtool ${SUBDIRS}
endif

include ../buildsys.mk