diff options
| author | Gordon Sim <gsim@apache.org> | 2010-03-29 16:00:24 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-03-29 16:00:24 +0000 |
| commit | 7e92a02008a01cc824bc34dd7296791b4d8912e5 (patch) | |
| tree | a2936c8c34a7ca04a35a22abeec00a4e639d80c2 /qpid/cpp/src/Makefile.am | |
| parent | b6a0571500060b5bee5164e76d288b000147c08d (diff) | |
| download | qpid-python-7e92a02008a01cc824bc34dd7296791b4d8912e5.tar.gz | |
QPID-664: move Variant and Uuid from messaging to types namespace
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@928814 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 2256ca7df0..7da7f42dcb 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -425,6 +425,8 @@ libqpidcommon_la_SOURCES += \ qpid/memory.h \ qpid/pointer_to_other.h \ qpid/ptr_map.h \ + qpid/types/Uuid.cpp \ + qpid/types/Variant.cpp \ qpid/sys/AggregateOutput.cpp \ qpid/sys/AggregateOutput.h \ qpid/sys/AsynchIO.h \ @@ -716,8 +718,6 @@ libqpidclient_la_SOURCES = \ qpid/messaging/Sender.cpp \ qpid/messaging/Receiver.cpp \ qpid/messaging/Session.cpp \ - qpid/messaging/Uuid.cpp \ - qpid/messaging/Variant.cpp \ qpid/messaging/ConnectionImpl.h \ qpid/messaging/SenderImpl.h \ qpid/messaging/ReceiverImpl.h \ @@ -830,8 +830,8 @@ nobase_include_HEADERS += \ ../include/qpid/messaging/Receiver.h \ ../include/qpid/messaging/Sender.h \ ../include/qpid/messaging/Session.h \ - ../include/qpid/messaging/Uuid.h \ - ../include/qpid/messaging/Variant.h \ + ../include/qpid/types/Uuid.h \ + ../include/qpid/types/Variant.h \ ../include/qpid/client/amqp0_10/Codecs.h \ ../include/qpid/client/amqp0_10/FailoverUpdates.h |
