diff src/audtool/Makefile @ 2926:f5ce83fdbf3e trunk

Split out vital information category into seperate source file.
author William Pitcock <nenolod@atheme.org>
date Fri, 29 Jun 2007 08:04:47 -0500
parents 8b7bfda1c779
children dbba106b417f
line wrap: on
line diff
--- a/src/audtool/Makefile	Fri Jun 29 08:00:20 2007 -0500
+++ b/src/audtool/Makefile	Fri Jun 29 08:04:47 2007 -0500
@@ -24,7 +24,8 @@
 
 SOURCES =	 			\
 	audtool_main.c			\
-	audtool_handlers_general.c
+	audtool_handlers_general.c	\
+	audtool_handlers_vitals.c
 
 OBJECTS = ${SOURCES:.c=.o}