summaryrefslogtreecommitdiff
path: root/cpp/test
diff options
context:
space:
mode:
authorSteven Shaw <steshaw@apache.org>2006-11-23 18:51:56 +0000
committerSteven Shaw <steshaw@apache.org>2006-11-23 18:51:56 +0000
commit5e0409d748578b925a99b55ddb7b8890fab8234d (patch)
tree8edb6da0ca76b54807358631f4e6a78d1489bd7f /cpp/test
parent1edb3b8ffb9b1563f263f99733d8417c73ef16e9 (diff)
downloadqpid-python-5e0409d748578b925a99b55ddb7b8890fab8234d.tar.gz
Added echo_service to EXAMPLES
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@478637 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/test')
-rw-r--r--cpp/test/client/Makefile.cppclient.examples2
1 files changed, 1 insertions, 1 deletions
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)