diff src/audtool/Makefile @ 2927:dbba106b417f trunk

Split out playlist functions.
author William Pitcock <nenolod@atheme.org>
date Fri, 29 Jun 2007 08:08:30 -0500
parents f5ce83fdbf3e
children ede9a8b8deff
line wrap: on
line diff
--- a/src/audtool/Makefile	Fri Jun 29 08:04:47 2007 -0500
+++ b/src/audtool/Makefile	Fri Jun 29 08:08:30 2007 -0500
@@ -25,6 +25,7 @@
 SOURCES =	 			\
 	audtool_main.c			\
 	audtool_handlers_general.c	\
+	audtool_handlers_playlist.c	\
 	audtool_handlers_vitals.c
 
 OBJECTS = ${SOURCES:.c=.o}