view src/Makefile @ 4359:0becb809bdc9

moved most GUI-related functions from playback.c to ui_main_evlisteners.c this change enables basic, working headless mode in X!
author mf0102 <0102@gmx.at>
date Mon, 17 Mar 2008 23:47:24 +0100
parents c942eaef7bc6
children 8936675274ba
line wrap: on
line source

SUBDIRS = libeggsmclient libguess libSAD audacious libid3tag

include ../extra.mk

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

include ../buildsys.mk