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 | 4723ac6aea0a02b8f248165f610bc6117b4812de (patch) | |
| tree | 60d18ab5b152baa8ef699483f5ec66a9165e3266 /qpid/cpp | |
| parent | 8896a1a5ce01157036cc3096fdb33e8be50d4a02 (diff) | |
| download | qpid-python-4723ac6aea0a02b8f248165f610bc6117b4812de.tar.gz | |
Removed deleted program
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@601468 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/examples/examples/pub-sub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
