mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
test/cpp/Makefile.am: add ZLIB_LIBS to LDFLAGS
This commit is contained in:
parent
38bf23404c
commit
051ea1cf2f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user