comparison src/Makefile @ 4570:5586782f9dfe

Added libaudutil for functionality that does not fit into plugin API, but does not belong into the core either.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 May 2008 08:54:18 +0300
parents 8936675274ba
children 7bf7f83a217e
comparison
equal deleted inserted replaced
4569:273e15b0d9c1 4570:5586782f9dfe
1 SUBDIRS = libguess libSAD audacious libid3tag 1 SUBDIRS = libguess libSAD audacious libid3tag libaudutil
2 2
3 include ../extra.mk 3 include ../extra.mk
4 4
5 ifeq ($(USE_EGGSM),yes) 5 ifeq ($(USE_EGGSM),yes)
6 SUBDIRS := libeggsmclient ${SUBDIRS} 6 SUBDIRS := libeggsmclient ${SUBDIRS}