Commit e887b251 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Remove boost LDFLAGS from examples

parent be0f6dca
......@@ -54,10 +54,7 @@ if ENABLE_ASIO_LIB
noinst_PROGRAMS += asio-sv asio-sv2
ASIOCPPFLAGS = ${BOOST_CPPFLAGS} ${AM_CPPFLAGS}
ASIOLDFLAGS = \
@JEMALLOC_LIBS@ \
${BOOST_LDFLAGS} \
${BOOST_SYSTEM_LIB}
ASIOLDFLAGS = @JEMALLOC_LIBS@
ASIOLDADD = $(top_builddir)/src/libnghttp2_asio.la
asio_sv_SOURCES = asio-sv.cc
......
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