diff options
| author | Stephen D. Huston <shuston@apache.org> | 2008-10-08 16:13:18 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2008-10-08 16:13:18 +0000 |
| commit | 2f747f62dd8c71e41675b4ea6de0385604e81d75 (patch) | |
| tree | 60754560fda6fd0b39c1a0f47c45e6ea72e981de /cpp/src/Makefile.am | |
| parent | 251fc8cdea1e5f6ad76b0264a0e59c146a9e50b6 (diff) | |
| download | qpid-python-2f747f62dd8c71e41675b4ea6de0385604e81d75.tar.gz | |
Add uuid wrapper for Windows; resolves QPID-1328
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@702917 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 64c2b3fcc1..9486d7a8b9 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -622,7 +622,8 @@ nobase_include_HEADERS = \ qpid/sys/Waitable.h \ qpid/sys/Thread.h \ qpid/sys/Time.h \ - qpid/sys/TimeoutHandler.h + qpid/sys/TimeoutHandler.h \ + qpid/sys/uuid.h if HAVE_XML nobase_include_HEADERS += qpid/broker/XmlExchange.h |
