Skip to content

Commit

Permalink
removed unused file from SimpleReceive object list
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbencina committed Mar 4, 2013
1 parent 6bd3bfc commit 4d725dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RECEIVETESTOBJECTS = $(RECEIVETESTSOURCES:.cpp=.o)
SIMPLESENDSOURCES = ./examples/SimpleSend.cpp ./osc/OscOutboundPacketStream.cpp ./osc/OscTypes.cpp ./ip/posix/NetworkingUtils.cpp ./ip/posix/UdpSocket.cpp ./ip/IpEndpointName.cpp
SIMPLESENDOBJECTS = $(SIMPLESENDSOURCES:.cpp=.o)

SIMPLERECEIVESOURCES = ./examples/SimpleReceive.cpp ./osc/OscTypes.cpp ./osc/OscReceivedElements.cpp ./osc/OscPrintReceivedElements.cpp ./ip/posix/NetworkingUtils.cpp ./ip/posix/UdpSocket.cpp
SIMPLERECEIVESOURCES = ./examples/SimpleReceive.cpp ./osc/OscTypes.cpp ./osc/OscReceivedElements.cpp ./ip/posix/NetworkingUtils.cpp ./ip/posix/UdpSocket.cpp
SIMPLERECEIVEOBJECTS = $(SIMPLERECEIVESOURCES:.cpp=.o)

DUMPSOURCES = ./examples/OscDump.cpp ./osc/OscTypes.cpp ./osc/OscReceivedElements.cpp ./osc/OscPrintReceivedElements.cpp ./ip/posix/NetworkingUtils.cpp ./ip/posix/UdpSocket.cpp
Expand Down

0 comments on commit 4d725dd

Please sign in to comment.