view src/Makefile @ 4722:1a13d88b72f3

remove legacy interface preferences from ui_preferences.c
author Tomasz Mon <desowin@gmail.com>
date Sun, 13 Jul 2008 12:44:23 +0200
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