diff options
| author | Alan Conway <aconway@apache.org> | 2007-09-28 19:53:27 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-09-28 19:53:27 +0000 |
| commit | 454d672d572757767be7c00ebe7bd91b5578ce10 (patch) | |
| tree | 2392f96d81e156f75b86d46e6b1def88ef6381b2 /qpid/cpp | |
| parent | 8c5099f9230458393c96c738fad95e5bddaa26ab (diff) | |
| download | qpid-python-454d672d572757767be7c00ebe7bd91b5578ce10.tar.gz | |
Added missing headers to makefile.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@580471 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index aab13d81b4..4f4b2ef878 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -79,7 +79,7 @@ include cluster.mk # in a convenience library to link into libqpid_common. # noinst_LTLIBRARIES=libLogger.la -libLogger_la_SOURCES=qpid/log/Logger.cpp qpid/log/Logger.h +libLogger_la_SOURCES=qpid/log/Logger.cpp qpid/log/Logger.h libLogger_la_CXXFLAGS=$(AM_CXXFLAGS) -Wno-unused-parameter libqpidcommon_la_LIBADD = \ @@ -363,6 +363,7 @@ nobase_include_HEADERS = \ qpid/framing/amqp_types_full.h \ qpid/framing/frame_functors.h \ qpid/framing/variant.h \ + qpid/log/Helpers.h \ qpid/log/Options.h \ qpid/log/Selector.h \ qpid/log/Statement.h \ |
