view src/sndstretch/Makefile @ 1869:a727b88f2578

Fix Aud-SID building, wasn't working at all.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 25 Sep 2007 18:15:03 +0300
parents ba351cb45c73
children eed7c270e8dd
line wrap: on
line source

PLUGIN = sndstretch$(PLUGIN_SUFFIX)
plugindir = audacious/$(EFFECT_PLUGIN_DIR)

SRCS = sndstretch_xmms.c sndstretch.c

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

CFLAGS += $(PLUGIN_CFLAGS)
CPPFLAGS += $(PLUGIN_CPPFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(MOWGLI_CFLAGS) $(PANGO_CFLAGS) \
	-I../../intl -I../..