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 | 9367367969d72676d54bb518377a990c52d444f0 (patch) | |
| tree | 0e1b815abd701b81c067dbd429b7637da8a1d16b /cpp/Makefile.am | |
| parent | b59dcd9cfcdc5898c8d1c3b55a28065a4fc4ce68 (diff) | |
| download | qpid-python-9367367969d72676d54bb518377a990c52d444f0.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/qpid@546842 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/Makefile.am')
| -rw-r--r-- | cpp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index 460908ed7c..515b811a29 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -9,7 +9,7 @@ EXTRA_DIST = \ $(SPEC) $(SPEC).in \ rpm/README.qpidd-devel -SUBDIRS = src docs/api docs/man +SUBDIRS = src docs/api docs/man examples # Update libtool, if needed. libtool: $(LIBTOOL_DEPS) |
