From 5e0409d748578b925a99b55ddb7b8890fab8234d Mon Sep 17 00:00:00 2001 From: Steven Shaw Date: Thu, 23 Nov 2006 18:51:56 +0000 Subject: Added echo_service to EXAMPLES git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@478637 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/test/client/Makefile.cppclient.examples | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/client/Makefile.cppclient.examples') diff --git a/cpp/test/client/Makefile.cppclient.examples b/cpp/test/client/Makefile.cppclient.examples index bcdb09d2a1..a0ebb89ac5 100644 --- a/cpp/test/client/Makefile.cppclient.examples +++ b/cpp/test/client/Makefile.cppclient.examples @@ -46,7 +46,7 @@ CXX := g++ # Define targets. # -EXAMPLES := client_test topic_listener topic_publisher +EXAMPLES := client_test topic_listener topic_publisher echo_service .PHONY: all: $(EXAMPLES) -- cgit v1.2.1