view src/audtool/Makefile @ 4539:8c2a166168dd

Fix a theoretical infinite loop: if plugin matches a mime-type, but probe function does not recognize contents, input probing gets into a infinite loop.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 11 May 2008 01:40:50 +0300
parents 2d1e18c97154
children 8a7752f1c662
line wrap: on
line source

PROG = audtool
SRCS = audtool_main.c				\
       audtool_handlers_general.c	\
       audtool_handlers_playback.c	\
       audtool_handlers_playlist.c	\
       audtool_handlers_playqueue.c	\
       audtool_handlers_vitals.c	\
       audtool_handlers_equalizer.c	\
       audtool_report.c

include ../../buildsys.mk
include ../../extra.mk

CPPFLAGS += ${CFLAGS} -I.. -I../.. -I../intl
CFLAGS += ${GTK_CFLAGS}			\
		  ${DBUS_CFLAGS}		\
		  ${AUDACIOUS_DEFINES}	\
		  ${ARCH_DEFINES}		\
		  ${MOWGLI_CFLAGS}

LIBS += ${DBUS_LIBS}				\
	-L../libaudclient -laudclient	\
	${GTK_LIBS}						\
	${MOWGLI_LIBS}					\
	${LIBMCS_LIBS}