view src/Makefile @ 4549:785b606fd504

Clarified and fixed the explanation of structure packing and unaligned memory access.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 17 May 2008 14:21:47 +0300
parents 8936675274ba
children 5586782f9dfe
line wrap: on
line source

SUBDIRS = libguess libSAD audacious libid3tag

include ../extra.mk

ifeq ($(USE_EGGSM),yes)
SUBDIRS := libeggsmclient ${SUBDIRS}
endif

ifeq ($(USE_DBUS),yes)
SUBDIRS := libaudclient audtool ${SUBDIRS}
endif

include ../buildsys.mk