summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-05-16 18:56:39 +0000
committerAlan Conway <aconway@apache.org>2008-05-16 18:56:39 +0000
commit520e511b32c5344c343214bf2de62698f0bc36e6 (patch)
tree03036fb999e6b79d3e9820912b4fc03e5fa69bbe /cpp
parent7f60fd46d5aad44dad79cdc3cf67c9804fc94e3e (diff)
downloadqpid-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')
-rw-r--r--cpp/src/Makefile.am2
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 \