summaryrefslogtreecommitdiff
path: root/qpid/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
commitc5cc6e073fe20cc44ff745c68494a48af0fb8411 (patch)
tree8808cc1af03104cd7c56170bc98a2da5a8d6350b /qpid/cpp
parent0d9108f2899539661000e2d6c3cd96f3a0cd27fb (diff)
downloadqpid-python-c5cc6e073fe20cc44ff745c68494a48af0fb8411.tar.gz
Added missing log/Logger.h to headers.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@657168 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 160c0ffaae..a946f17b56 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/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 \