diff options
| author | Gordon Sim <gsim@apache.org> | 2008-09-08 11:13:38 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-09-08 11:13:38 +0000 |
| commit | 27ca6af6141f088f3abff585248393fd26823103 (patch) | |
| tree | 0a2680232934eb5fc9490c484d71649049646662 /cpp/src/Makefile.am | |
| parent | 028745dbc3c47bd6561310678f82f15bd45678d9 (diff) | |
| download | qpid-python-27ca6af6141f088f3abff585248393fd26823103.tar.gz | |
QPID-1264: initial fix for fanout, direct and headers exchanges (fix for remaining types to follow)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@693053 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index d52994a6e4..d4214ad052 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -542,6 +542,7 @@ nobase_include_HEADERS = \ qpid/sys/AtomicValue_gcc.h \ qpid/sys/AtomicValue_mutex.h \ qpid/sys/BlockingQueue.h \ + qpid/sys/CopyOnWriteArray.h \ qpid/sys/Condition.h \ qpid/sys/ConnectionCodec.h \ qpid/sys/ConnectionInputHandler.h \ |
