From 0ffa4bcb46a7554570cfe5af3e2e2ea4f8e7209d Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 11 Jun 2012 23:32:24 +0900 Subject: [PATCH] Added missing shrpx.h and shrpx_error.h to shrpx_SOURCES --- examples/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 4de78d28..1f1c0610 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -72,7 +72,8 @@ spdyd_SOURCES = ${HELPER_OBJECTS} ${HELPER_HFILES} \ if HAVE_LIBEVENT_OPENSSL shrpx_SOURCES = ${HELPER_OBJECTS} ${HELPER_HFILES} \ shrpx_config.cc shrpx_config.h \ - shrpx.cc \ + shrpx.cc shrpx.h \ + shrpx_error.h \ shrpx_listen_handler.cc shrpx_listen_handler.h \ shrpx_client_handler.cc shrpx_client_handler.h \ shrpx_upstream.h \