diff options
author | Alan Conway <aconway@apache.org> | 2008-05-16 18:56:39 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-05-16 18:56:39 +0000 |
commit | 520e511b32c5344c343214bf2de62698f0bc36e6 (patch) | |
tree | 03036fb999e6b79d3e9820912b4fc03e5fa69bbe /cpp/src | |
parent | 7f60fd46d5aad44dad79cdc3cf67c9804fc94e3e (diff) | |
download | qpid-python-520e511b32c5344c343214bf2de62698f0bc36e6.tar.gz |
Added missing log/Logger.h to headers.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@657168 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 160c0ffaae..a946f17b56 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -349,7 +349,6 @@ nobase_include_HEADERS = \ qpid/Url.h \ qpid/InlineVector.h \ qpid/InlineAllocator.h \ - qpid/log/Statement.h \ qpid/memory.h \ qpid/shared_ptr.h \ qpid/broker/Broker.h \ @@ -507,6 +506,7 @@ nobase_include_HEADERS = \ qpid/framing/variant.h \ qpid/log/Helpers.h \ qpid/log/Options.h \ + qpid/log/Logger.h \ qpid/log/Selector.h \ qpid/log/Statement.h \ qpid/management/Args.h \ |