view src/Makefile @ 4885:c058fc4d6968

should not use gtk_file_chooser_set_filename() if file does not exist
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 16 Sep 2009 20:04:27 +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