view src/Makefile @ 4738:117bae4c2797

Updated Serbian translations
author Strahinja Kustudic <kustodian@gmail.com>
date Sat, 19 Jul 2008 12:00:38 +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