summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-03-29 16:00:24 +0000
committerGordon Sim <gsim@apache.org>2010-03-29 16:00:24 +0000
commitc2b13417889ca05c880736e49bba91fb1ba4bd5d (patch)
treeea72ec14078104b05fba67b36eeabaa7654bc046 /cpp/src/Makefile.am
parent5913593d7605f97535a4dc66ea9b39d46c64a142 (diff)
downloadqpid-python-c2b13417889ca05c880736e49bba91fb1ba4bd5d.tar.gz
QPID-664: move Variant and Uuid from messaging to types namespace
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@928814 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
-rw-r--r--cpp/src/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index 2256ca7df0..7da7f42dcb 100644
--- a/cpp/src/Makefile.am
+++ b/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