Mercurial > audlegacy-plugins
comparison src/song_change/Makefile @ 2487:729134979b7b
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 |
comparison
equal
deleted
inserted
replaced
2484:b8fb86dd3c66 | 2487:729134979b7b |
---|---|
1 PLUGIN = song_change${PLUGIN_SUFFIX} | 1 PLUGIN = song_change${PLUGIN_SUFFIX} |
2 | 2 |
3 SRCS = song_change.c | 3 SRCS = formatter.c song_change.c |
4 | 4 |
5 include ../../buildsys.mk | 5 include ../../buildsys.mk |
6 include ../../extra.mk | 6 include ../../extra.mk |
7 | 7 |
8 plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} | 8 plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} |