view src/Makefile @ 4818:078e37740696

Fix up: WARNING **: Could not load desktop file /usr/share/applications/audacious.desktop: No such file or directory - Session management may not work now.
author Tony Vroon <chainsaw@gentoo.org>
date Fri, 16 Jan 2009 23:44:42 +0000
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