diff options
author | Gordon Sim <gsim@apache.org> | 2007-12-05 18:55:20 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2007-12-05 18:55:20 +0000 |
commit | 92d7066b28b03fad3932b92b1dd5e56a41037980 (patch) | |
tree | d7f92f67430ffdeb40b0af8ae1e2f9b152373b16 /cpp | |
parent | f947de131d0a2873e47ebc116c5a9c5d947d30b7 (diff) | |
download | qpid-python-92d7066b28b03fad3932b92b1dd5e56a41037980.tar.gz |
Removed deleted program
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@601468 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/examples/examples/pub-sub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/examples/pub-sub/Makefile b/cpp/examples/examples/pub-sub/Makefile index a458384c6d..d93bae72a1 100644 --- a/cpp/examples/examples/pub-sub/Makefile +++ b/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 |