diff src/sndstretch/Makefile @ 2014:1ad002ce1bd0

Just a tiny cleanup.
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Wed, 10 Oct 2007 11:11:26 +0300
parents a56a26a5f233
children 6d33dffd1382
line wrap: on
line diff
--- a/src/sndstretch/Makefile	Wed Oct 10 09:01:48 2007 +0300
+++ b/src/sndstretch/Makefile	Wed Oct 10 11:11:26 2007 +0300
@@ -1,10 +1,12 @@
 PLUGIN = sndstretch${PLUGIN_SUFFIX}
-SRCS = sndstretch_xmms.c sndstretch.c
+
+SRCS = sndstretch_xmms.c \
+       sndstretch.c
 
 include ../../buildsys.mk
 include ../../extra.mk
 
 plugindir := $(plugindir)/${EFFECT_PLUGIN_DIR}
 
+CFLAGS += ${PLUGIN_CFLAGS}
 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${MOWGLI_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../..
-CFLAGS += ${PLUGIN_CFLAGS}