diff src/song_change/Makefile @ 2480:f88dd72c9156

Moved formatter stuff to the only plugin that actually used it.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 08:14:09 +0300
parents 6d33dffd1382
children c42fa8f89616
line wrap: on
line diff
--- a/src/song_change/Makefile	Sun Mar 30 08:17:21 2008 +0300
+++ b/src/song_change/Makefile	Mon Mar 31 08:14:09 2008 +0300
@@ -1,6 +1,6 @@
 PLUGIN = song_change${PLUGIN_SUFFIX}
 
-SRCS = song_change.c
+SRCS = formatter.c song_change.c
 
 include ../../buildsys.mk
 include ../../extra.mk