From fd373d0b0f580b56f3350e92207cfa499806ca4d Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Thu, 12 Apr 2012 11:30:40 +0200 Subject: Added a bit of debugging messages. Merged task_proto and observe_proto into one protocol in munia_proto. --- src/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 4d087d8..9fccb45 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,12 +14,11 @@ muniad_SOURCES = \ http.cc \ messagehandler.cc \ messageparser.cc \ + munia_proto.cc \ saxparser.cc \ task.cc \ - task_proto.cc \ taskmanager.cc \ tasktree.cc \ - observe_proto.cc \ xml_encode_decode.cc \ xmlparser.cc @@ -31,12 +30,11 @@ EXTRA_DIST = \ message.h \ messageparser.h \ messagehandler.h \ + munia_proto.h \ saxparser.h \ task.h \ - task_proto.h \ taskmanager.h \ tasktree.h \ - observe_proto.h \ xml_encode_decode.h \ xmlparser.h -- cgit v1.2.3