From 325d0b37fdfa8f90a5a3a1b5689b96a838d30e75 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 8 Apr 2010 16:24:08 +0000 Subject: Renamed qpid_recv to qpid_receive. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@931991 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpp/src/tests/Makefile.am') diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index b9406c5ee3..776430b710 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -162,14 +162,14 @@ sender_SOURCES = \ ConnectionOptions.h sender_LDADD = $(lib_client) -qpidtest_PROGRAMS += qpid_recv -qpid_recv_SOURCES = \ - qpid_recv.cpp \ +qpidtest_PROGRAMS += qpid_receive +qpid_receive_SOURCES = \ + qpid_receive.cpp \ TestOptions.h \ ConnectionOptions.h \ Statistics.h \ Statistics.cpp -qpid_recv_LDADD = $(lib_client) +qpid_receive_LDADD = $(lib_client) qpidtest_PROGRAMS += qpid_send qpid_send_SOURCES = \ -- cgit v1.2.1