From 4723ac6aea0a02b8f248165f610bc6117b4812de Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 5 Dec 2007 18:55:20 +0000 Subject: Removed deleted program git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@601468 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/examples/examples/pub-sub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/examples/examples/pub-sub/Makefile b/qpid/cpp/examples/examples/pub-sub/Makefile index a458384c6d..d93bae72a1 100644 --- a/qpid/cpp/examples/examples/pub-sub/Makefile +++ b/qpid/cpp/examples/examples/pub-sub/Makefile @@ -1,7 +1,7 @@ CXX=g++ CXXFLAGS= -PROGRAMS=topic_config_queues topic_listener topic_publisher +PROGRAMS=topic_listener topic_publisher all: $(PROGRAMS) topic_listener: topic_listener.cpp -- cgit v1.2.1