Added missing shrpx.h and shrpx_error.h to shrpx_SOURCES

This commit is contained in:
Tatsuhiro Tsujikawa 2012-06-11 23:32:24 +09:00
parent 59eeee05c4
commit 0ffa4bcb46
1 changed files with 2 additions and 1 deletions

View File

@ -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 \