diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-11-23 18:51:56 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-11-23 18:51:56 +0000 |
| commit | 324a1fe841d79384ebcc3e51e6f462c615958a4b (patch) | |
| tree | 341bff84739d87b4d0731b81db43bae9ab06e324 /qpid/cpp | |
| parent | b0b2a57ba3c3db54a8d21d374b3e5d783a93ed17 (diff) | |
| download | qpid-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')
| -rw-r--r-- | qpid/cpp/test/client/Makefile.cppclient.examples | 2 |
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) |
