commit | 051ea1cf2fe202deb2078017185a1a5b1c9d8cb7 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Sat Dec 20 22:43:24 2014 +0100 |
committer | Roger Meier <roger@apache.org> | Sat Dec 20 22:43:24 2014 +0100 |
tree | dcb59108bc68463b44a07cee20e8b78dda8b6491 | |
parent | 38bf23404c8caad07766023d2861d1316be23080 [diff] [blame] |
test/cpp/Makefile.am: add ZLIB_LIBS to LDFLAGS
diff --git a/test/cpp/Makefile.am b/test/cpp/Makefile.am index b072440..90aa563 100755 --- a/test/cpp/Makefile.am +++ b/test/cpp/Makefile.am
@@ -99,7 +99,7 @@ AM_CPPFLAGS = $(BOOST_CPPFLAGS) $(LIBEVENT_CPPFLAGS) -I$(top_srcdir)/lib/cpp/src -Igen-cpp AM_CXXFLAGS = -Wall -Wextra -pedantic -AM_LDFLAGS = $(BOOST_LDFLAGS) $(LIBEVENT_LDFLAGS) +AM_LDFLAGS = $(BOOST_LDFLAGS) $(LIBEVENT_LDFLAGS) $(ZLIB_LIBS) clean-local: $(RM) -r gen-cpp