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 17:20:20 UTC

svn commit: r601392 - in /incubator/qpid/trunk/qpid/cpp/examples/examples/pub-sub: Makefile topic_config_queues.cpp

Author: gsim
Date: Wed Dec  5 08:20:20 2007
New Revision: 601392

URL: http://svn.apache.org/viewvc?rev=601392&view=rev
Log:
Remove unnecessary file.


Removed:
    incubator/qpid/trunk/qpid/cpp/examples/examples/pub-sub/topic_config_queues.cpp
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=601392&r1=601391&r2=601392&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 08:20:20 2007
@@ -4,9 +4,6 @@
 PROGRAMS=topic_config_queues topic_listener topic_publisher
 all: $(PROGRAMS)
 
-topic_config_queues: topic_config_queues.cpp
-	$(CXX) $(CXXFLAGS) -lqpidclient -o $@ $^
-
 topic_listener: topic_listener.cpp
 	$(CXX) $(CXXFLAGS) -lqpidclient -o $@ $^