test/cpp/Makefile.am: add ZLIB_LIBS to LDFLAGS

This commit is contained in:
Roger Meier 2014-12-20 22:43:24 +01:00
parent 38bf23404c
commit 051ea1cf2f

View File

@ -99,7 +99,7 @@ gen-cpp/StressTest_types.cpp gen-cpp/StressTest_constants.cpp gen-cpp/Service.cp
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