From 802a8b7e4896a12d8eced17b6ee54c7bca02a629 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 30 Mar 2012 12:30:32 +0200 Subject: Make task_proto use new design. --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 9731814..0916e96 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,6 +17,8 @@ muniad_SOURCES = \ saxparser.cc \ task.cc \ task_proto.cc \ + taskmanager.cc \ + tasktree.cc \ observe_proto.cc \ xml_encode_decode.cc \ xmlparser.cc @@ -31,6 +33,8 @@ EXTRA_DIST = \ saxparser.h \ task.h \ task_proto.h \ + taskmanager.h \ + tasktree.h \ observe_proto.h \ xml_encode_decode.h \ xmlparser.h -- cgit v1.2.3