summaryrefslogtreecommitdiff
path: root/cpp/test/client/Makefile.cppclient.examples
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/client/Makefile.cppclient.examples')
-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)