lib/Makefile.am
changeset 1264 e7882f246d7a
parent 1255 38b7e05b20c1
child 1266 dd1f501c4070
--- a/lib/Makefile.am	Tue Oct 14 09:56:38 2008 +0000
+++ b/lib/Makefile.am	Tue Oct 14 13:35:35 2008 +0000
@@ -43,11 +43,13 @@
 	common.c \
 	domain.c \
 	master.c \
-	slave_config.c
+	slave_config.c \
+	voe_handler.c
 
 noinst_HEADERS = \
 	domain.h \
 	master.h \
-	slave_config.h
+	slave_config.h \
+	voe_handler.h
 
 #------------------------------------------------------------------------------