You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2007/12/05 19:55:20 UTC

svn commit: r601468 - /incubator/qpid/trunk/qpid/cpp/examples/examples/pub-sub/Makefile

Author: gsim
Date: Wed Dec  5 10:55:20 2007
New Revision: 601468

URL: http://svn.apache.org/viewvc?rev=601468&view=rev
Log:
Removed deleted program


Modified:
    incubator/qpid/trunk/qpid/cpp/examples/examples/pub-sub/Makefile

Modified: incubator/qpid/trunk/qpid/cpp/examples/examples/pub-sub/Makefile
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/examples/examples/pub-sub/Makefile?rev=601468&r1=601467&r2=601468&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/examples/examples/pub-sub/Makefile (original)
+++ incubator/qpid/trunk/qpid/cpp/examples/examples/pub-sub/Makefile Wed Dec  5 10:55:20 2007
@@ -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