From d817d3a1228da29ef39d177235c2878c282e0d27 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 3 Nov 2006 21:06:51 +0000 Subject: 2006-11-03 Jim Meyering * qpid/cpp/Makefile ($(TESTDIR)/%Test.so): Depend on $(LIB_common) and $(LIB_client), just as is done for the $(TESTDIR)/% rule. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@470994 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/Makefile') diff --git a/cpp/Makefile b/cpp/Makefile index b3cd65f6d7..95d9af73f4 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -100,7 +100,7 @@ endef $(foreach dir,$(SRCDIRS),$(eval $(call CPPRULE,$(dir)))) # Unit test plugin libraries. -$(TESTDIR)/%Test.so: test/unit/%Test.cpp +$(TESTDIR)/%Test.so: test/unit/%Test.cpp $(LIB_common) $(LIB_client) mkdir -p $(dir $@) $(CXX) -shared -o $@ $< $(CXXFLAGS) -Itest/include $(LDFLAGS) -lcppunit $(LIB_common) $(LIB_broker) -- cgit v1.2.1