From 227745a7445abbd3cff71825a5559656f495cb89 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 24 Feb 2012 14:04:02 +0100 Subject: In development... --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index b7ded17..9b20d05 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,11 +9,13 @@ muniad_CXXFLAGS = $(LIBWEBSOCKETS_CFLAGS) muniad_SOURCES = \ muniad.cc \ http.cc \ - task.cc + task.cc \ + task_proto.cc EXTRA_DIST = \ http.h \ - task.h + task.h \ + task_proto.h ################ # Test Section # -- cgit v1.2.3