From 3ca0e592183839f339d47723ca51be1ca2bbc7ec Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 24 Feb 2012 08:22:37 +0100 Subject: Fix potential segafult in dump_handshake_info. Modularise code a bit. Modularise the code a bit. --- src/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ec4ada4..b7ded17 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,9 +7,13 @@ muniad_LDADD = $(LIBWEBSOCKETS_LIBS) muniad_CXXFLAGS = $(LIBWEBSOCKETS_CFLAGS) muniad_SOURCES = \ - muniad.cc + muniad.cc \ + http.cc \ + task.cc -EXTRA_DIST = +EXTRA_DIST = \ + http.h \ + task.h ################ # Test Section # -- cgit v1.2.3