view src/Makefile @ 4833:34d54dc5576d

export on_skin_view_drag_data_received() for now.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 28 Mar 2009 19:27:30 +0900
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