Mercurial > audlegacy
diff src/audtool/Makefile @ 4612:8a7752f1c662
Rename the audtool source files to be saner.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Thu, 05 Jun 2008 01:27:43 +0300 |
| parents | 2d1e18c97154 |
| children | 3d5862f6c6c4 |
line wrap: on
line diff
--- a/src/audtool/Makefile Thu Jun 05 01:25:22 2008 +0300 +++ b/src/audtool/Makefile Thu Jun 05 01:27:43 2008 +0300 @@ -1,12 +1,12 @@ PROG = audtool -SRCS = audtool_main.c \ - audtool_handlers_general.c \ - audtool_handlers_playback.c \ - audtool_handlers_playlist.c \ - audtool_handlers_playqueue.c \ - audtool_handlers_vitals.c \ - audtool_handlers_equalizer.c \ - audtool_report.c +SRCS = main.c \ + handlers_general.c \ + handlers_playback.c \ + handlers_playlist.c \ + handlers_playqueue.c \ + handlers_vitals.c \ + handlers_equalizer.c \ + report.c include ../../buildsys.mk include ../../extra.mk
