From c09a65aa4b3ada5a19e5d1256fa807ee34be9be3 Mon Sep 17 00:00:00 2001 From: Marc Slemko Date: Wed, 9 Aug 2006 01:20:16 +0000 Subject: [PATCH] fixed test build git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664743 13f79535-47bb-0310-9956-ffa450edef68 --- lib/cpp/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am index cee53270..548da760 100644 --- a/lib/cpp/Makefile.am +++ b/lib/cpp/Makefile.am @@ -1,5 +1,4 @@ lib_LTLIBRARIES = libthrift.la -#lib_LIBRARIES = libthrift.a common_cxxflags = -Isrc $(BOOST_CPPFLAGS) common_ldflags = $(BOOST_LDFLAGS) @@ -18,14 +17,12 @@ libthrift_sources = src/concurrency/Monitor.cc \ src/server/TSimpleServer.cc \ src/server/TThreadPoolServer.cc -#libthrift_a_SOURCES = $(libthrift_sources) libthrift_la_SOURCES = $(libthrift_sources) libthrift_cxxflags = $(common_cxxflags) libthrift_ldflags = $(common_ldflags) libthrift_la_CXXFLAGS = $(libthrift_cxxflags) -libthrift_a_CXXFLAGS = $(libthrift_cxxflags) include_thriftdir = $(includedir)/thrift include_thrift_HEADERS = \ @@ -70,7 +67,7 @@ concurrency_test_SOURCES = src/concurrency/test/Tests.cc \ src/concurrency/test/ThreadManagerTests.h \ src/concurrency/test/TimerManagerTests.h -concurrency_test_LDADD = libthrift.a +concurrency_test_LDADD = libthrift.la concurrency_test_CXXFLAGS = $(common_cxxflags) concurrency_test_LDFLAGS = $(common_ldflags) -- 2.17.1