diff options
| author | Alan Conway <aconway@apache.org> | 2010-04-08 16:24:08 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-04-08 16:24:08 +0000 |
| commit | c0871c2719ed416d031db686bea8f0e6ca16b38e (patch) | |
| tree | c3c0791d04cee8228753d88e7cea76f0d955c8c8 /qpid/cpp/src/tests/Makefile.am | |
| parent | 13d4a7f61d6b4b9935d88e97d14eda29c9ad0950 (diff) | |
| download | qpid-python-c0871c2719ed416d031db686bea8f0e6ca16b38e.tar.gz | |
Renamed qpid_recv to qpid_receive.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931991 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index b9406c5ee3..776430b710 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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 = \ |
