Mercurial > audlegacy
diff src/audtool/Makefile @ 4074:ea194fd79267
audtool maintenance:
- now playlist-addurl and relatives accept raw file name or path.
- moved handlers in the test suite section to the respective sections.
- tweaked help message.
- modified a few less important handler names.
| author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
|---|---|
| date | Fri, 07 Dec 2007 23:27:20 +0900 |
| parents | 78a6f3ba9f34 |
| children | f997d405fa02 |
line wrap: on
line diff
--- a/src/audtool/Makefile Fri Dec 07 21:40:49 2007 +0900 +++ b/src/audtool/Makefile Fri Dec 07 23:27:20 2007 +0900 @@ -5,7 +5,7 @@ audtool_handlers_playlist.c \ audtool_handlers_playqueue.c \ audtool_handlers_vitals.c \ - audtool_handlers_test.c \ + audtool_handlers_equalizer.c \ audtool_report.c include ../../buildsys.mk
