Hi.
I found a little bug in the Makefile.am probably caused by some recent commit. Just an EOL not escaped and an extra TAB somewhere. But it renders the generated Makefile unusable, with a weird error in some non unrelated line.

I suppose that such a correction doesn't worth the effort of opening a bug, does it? Well, I'm just attaching the patch here, but if you prefer, I can open a JIRA issue.

Regards.

Index: qpid/cpp/src/tests/Makefile.am
===================================================================
--- qpid/cpp/src/tests/Makefile.am      (revision 663045)
+++ qpid/cpp/src/tests/Makefile.am      (working copy)
@@ -51,13 +51,13 @@
        DtxWorkRecordTest.cpp \
        DeliveryRecordTest.cpp \
        ExchangeTest.cpp \
-       HeadersExchangeTest.cpp \
+       HeadersExchangeTest.cpp \
        MessageTest.cpp \
        QueueRegistryTest.cpp \
        QueuePolicyTest.cpp \
        FramingTest.cpp \
        HeaderTest.cpp \
-       SequenceNumberTest.cpp
+       SequenceNumberTest.cpp \
        TimerTest.cpp \
        TopicExchangeTest.cpp \
        TxAckTest.cpp \

Reply via email to