view src/arts/arts_helper/Makefile @ 493:31d21ad70903 trunk

[svn] flac 113 plugin: stability fixes and a new option to disable bitrate update in player window during playback (saves cpu, this is the solution for most people playing flac and reporting high cpu usage)
author giacomo
date Sun, 21 Jan 2007 16:08:19 -0800
parents f5eb1da48084
children cbcb6d2154bd
line wrap: on
line source

include ../../../mk/rules.mk
include ../../../mk/init.mk

SOURCES = arts_helper.c

OBJECTIVE_BINS = audacious-arts-helper

LDFLAGS = -Wl,-export-dynamic
LIBADD = $(ARTSC_LIBS)

CFLAGS += $(ARTSC_CFLAGS) -I../../../intl -I../../..

OBJECTS = ${SOURCES:.c=.o}

include ../../../mk/objective.mk