Commit b352ae03 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

src: Fix undefined reference error

parent c93da867
......@@ -144,9 +144,9 @@ nghttpx_unittest_SOURCES = shrpx-unittest.cc \
nghttp2_gzip.c nghttp2_gzip.h
nghttpx_unittest_CPPFLAGS = ${AM_CPPFLAGS}\
-DNGHTTP2_TESTS_DIR=\"$(top_srcdir)/tests\"
nghttpx_unittest_LDFLAGS = -static
nghttpx_unittest_LDADD = libnghttpx.a ${LDADD} ${AM_LDFLAGS} \
nghttpx_unittest_LDFLAGS = ${AM_LDFLAGS} \
@CUNIT_LIBS@ @TESTLDFLAGS@
nghttpx_unittest_LDADD = libnghttpx.a ${LDADD}
TESTS += nghttpx-unittest
endif # HAVE_CUNIT
......
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