From 653eb23b01c2066daccfe9f29ae1044802ef7481 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 14 Jun 2010 12:25:23 +0000 Subject: Isolated all microhttpd code in Httpd class. --- server/src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/src/Makefile.am') diff --git a/server/src/Makefile.am b/server/src/Makefile.am index 942ced5..fdfeb42 100644 --- a/server/src/Makefile.am +++ b/server/src/Makefile.am @@ -22,6 +22,7 @@ pracrod_SOURCES = \ entitylist.cc \ environment.cc \ exception.cc \ + httpd.cc \ inotify.cc \ journal_commit.cc \ journalwriter.cc \ @@ -101,6 +102,7 @@ EXTRA_DIST = \ environment.h \ entitylist.h \ exception.h \ + httpd.h \ inotify.h \ journal_commit.h \ journalwriter.h \ -- cgit v1.2.3