Commit 03877c37 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

asio-lib: Put ${AM_CPPFLAGS} before ${BOOST_CPPFLAGS}

parent 54a3209c
......@@ -181,7 +181,7 @@ libnghttp2_asio_la_SOURCES = \
util.cc util.h http2.cc http2.h \
ssl.cc ssl.h
libnghttp2_asio_la_CPPFLAGS= ${BOOST_CPPFLAGS} ${AM_CPPFLAGS}
libnghttp2_asio_la_CPPFLAGS= ${AM_CPPFLAGS} ${BOOST_CPPFLAGS}
libnghttp2_asio_la_LDFLAGS = \
${BOOST_LDFLAGS} \
${BOOST_ASIO_LIB} \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment