view src/Makefile @ 4606:6b76f8589f5d

Added a temporary function str_assert_utf8() for finding points in code where string data should be UTF-8 but might not be. In case of valid UTF-8 a copy of string is returned. If string is NOT valid UTF-8, a call backtrace is printed and str_to_utf() is called instead.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jun 2008 23:17:47 +0300
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