summaryrefslogtreecommitdiff
path: root/qpid/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
commit324a1fe841d79384ebcc3e51e6f462c615958a4b (patch)
tree341bff84739d87b4d0731b81db43bae9ab06e324 /qpid/cpp/test
parentb0b2a57ba3c3db54a8d21d374b3e5d783a93ed17 (diff)
downloadqpid-python-324a1fe841d79384ebcc3e51e6f462c615958a4b.tar.gz
Added echo_service to EXAMPLES
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@478637 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/test')
-rw-r--r--qpid/cpp/test/client/Makefile.cppclient.examples2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/test/client/Makefile.cppclient.examples b/qpid/cpp/test/client/Makefile.cppclient.examples
index bcdb09d2a1..a0ebb89ac5 100644
--- a/qpid/cpp/test/client/Makefile.cppclient.examples
+++ b/qpid/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)