diff options
| author | Gordon Sim <gsim@apache.org> | 2007-06-13 12:41:49 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-06-13 12:41:49 +0000 |
| commit | 1460b534c85bc2508a190a89387b3b6b0c0f9634 (patch) | |
| tree | c81c325b735c7f5b64631bd027f97396487a76bf /qpid/cpp/src/Makefile.am | |
| parent | 7e655af0a452d58ec40ab120d5b6907262fc8bda (diff) | |
| download | qpid-python-1460b534c85bc2508a190a89387b3b6b0c0f9634.tar.gz | |
Various minor fixes to build and test process:
* cpp/src/tests/start_broker - removed use of the now invalid --ppid option
* cpp/src/tests/Makefile.am - make running of ais tests dependent on inclusion of cluster
* cpp/src/Makefile.am - added missing PrivatePosix.h file to dist
* cpp/Makefile.am - added examples to list of sub dirs
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@546842 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 75cc670015..3dcbda5085 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -76,6 +76,7 @@ posix_plat_src = \ posix_plat_hdr = \ qpid/sys/posix/check.h \ qpid/sys/posix/Condition.h \ + qpid/sys/posix/PrivatePosix.h \ qpid/sys/posix/Module.h \ qpid/sys/posix/Mutex.h \ qpid/sys/posix/Socket.h \ |
