Mercurial > audlegacy
diff src/audtool/Makefile @ 2929:b0ca7bddaec9 trunk
Split out playqueue functions.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Fri, 29 Jun 2007 08:17:02 -0500 |
| parents | ede9a8b8deff |
| children | d1198fb765c6 |
line wrap: on
line diff
--- a/src/audtool/Makefile Fri Jun 29 08:10:38 2007 -0500 +++ b/src/audtool/Makefile Fri Jun 29 08:17:02 2007 -0500 @@ -27,6 +27,7 @@ audtool_handlers_general.c \ audtool_handlers_playback.c \ audtool_handlers_playlist.c \ + audtool_handlers_playqueue.c \ audtool_handlers_vitals.c OBJECTS = ${SOURCES:.c=.o}
