Skip to content

Commit

Permalink
src: Add SRC_LIBS to shrpx_unittest_LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed May 3, 2013
1 parent c02fefe commit e91b386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ shrpx_unittest_SOURCES = shrpx-unittest.cc \
shrpx_unittest_CPPFLAGS = ${AM_CPPFLAGS}\
-DSPDYLAY_TESTS_DIR=\"$(top_srcdir)/tests\"
shrpx_unittest_LDFLAGS = -static @OPENSSL_LIBS@ @LIBEVENT_OPENSSL_LIBS@\
@CUNIT_LIBS@ @TESTS_LIBS@
@SRC_LIBS@ @CUNIT_LIBS@ @TESTS_LIBS@
TESTS += shrpx-unittest
endif # HAVE_CUNIT

Expand Down

0 comments on commit e91b386

Please sign in to comment.