diff options
| author | Alan Conway <aconway@apache.org> | 2007-07-03 20:39:16 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-07-03 20:39:16 +0000 |
| commit | 53c45b138bf4df5ad9b44951bb5f11c148f5c424 (patch) | |
| tree | cb926954085a19173123d9866f6ffc134e588f03 /qpid/cpp/src/Makefile.am | |
| parent | 55e6526bff23f11b4e2d6645e72488251914a501 (diff) | |
| download | qpid-python-53c45b138bf4df5ad9b44951bb5f11c148f5c424.tar.gz | |
Added UUID type based on libuuid from e2fsprogs package.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@552970 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 9f4440323e..d898a25562 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -152,6 +152,7 @@ libqpidcommon_la_SOURCES = \ qpid/framing/Correlator.cpp \ qpid/framing/Value.cpp \ qpid/framing/Proxy.cpp \ + qpid/framing/Uuid.cpp \ qpid/framing/Handler.h \ qpid/framing/FrameHandler.h \ qpid/framing/HandlerUpdater.h \ @@ -345,6 +346,7 @@ nobase_include_HEADERS = \ qpid/framing/Requester.h \ qpid/framing/Responder.h \ qpid/framing/Value.h \ + qpid/framing/Uuid.h \ qpid/framing/amqp_framing.h \ qpid/framing/amqp_types.h \ qpid/framing/amqp_types_full.h \ |
