view src/Makefile @ 3878:cc4781a8781d

disable the plugin reloading option. if you need it for devel, just revert this changeset.
author William Pitcock <nenolod@atheme.org>
date Thu, 01 Nov 2007 10:16:49 -0500
parents 7d0adad41792
children 704607c1f858
line wrap: on
line source

SUBDIRS = libguess audacious libid3tag

include ../extra.mk

ifdef USE_DBUS
SUBDIRS := libaudclient audtool $(SUBDIRS)
endif

include ../buildsys.mk