asio-lib: Put ${AM_CPPFLAGS} before ${BOOST_CPPFLAGS}
This commit is contained in:
parent
54a3209cf5
commit
03877c3752
|
@ -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} \
|
||||
|
|
Loading…
Reference in New Issue