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 | 5382a514dcf1c1963460e52dbe49b50573a8f92f (patch) | |
| tree | 8124f0e938500fe25702a202c1c4e3e71804bf86 /cpp/src/Makefile.am | |
| parent | 6c656d8b08e7ad75bd5f2058826a996d467ad5e5 (diff) | |
| download | qpid-python-5382a514dcf1c1963460e52dbe49b50573a8f92f.tar.gz | |
Added UUID type based on libuuid from e2fsprogs package.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@552970 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 9f4440323e..d898a25562 100644 --- a/cpp/src/Makefile.am +++ b/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 \ |
