From 474ed3cf1e125360d26dad4376e106e8b48541ac Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 21 Sep 2006 18:26:31 +0000 Subject: Implemented topic pattern matching for the TopicExchange. Corrected default bindings to use the exchange named "" rather than "amqp.direct". Added python and unit tests for all of the above. Minor improvements to testlib.py, also some tests for testlib itself. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@448624 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/client/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpp/client/Makefile') diff --git a/cpp/client/Makefile b/cpp/client/Makefile index d08b92fe2b..f3c8b11a7a 100644 --- a/cpp/client/Makefile +++ b/cpp/client/Makefile @@ -25,11 +25,9 @@ SOURCES := $(wildcard src/*.cpp) OBJECTS := $(subst .cpp,.o,$(SOURCES)) CLIENT_LIB=$(LIB_DIR)/libqpid_client.so.1.0 -.PHONY: all test clean +.PHONY: all clean all: $(CLIENT_LIB) - -test: @$(MAKE) -C test all clean: -- cgit v1.2.1