diff options
| author | Alan Conway <aconway@apache.org> | 2008-01-18 00:11:27 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-01-18 00:11:27 +0000 |
| commit | 83dee547047f0ca56d37a3a42ba2a1f4270a6b73 (patch) | |
| tree | 7ceea111f47e819c5a70e9897e79960721bf4f76 /qpid/cpp/examples/Makefile.am | |
| parent | ede4f0298cb74280dd4e91efe1a7151a74058992 (diff) | |
| download | qpid-python-83dee547047f0ca56d37a3a42ba2a1f4270a6b73.tar.gz | |
Add optional host, port arguments to all example clients.
Verify can start private broker & pass host/port to examples,
by default it still uses local host/standard port.
Added host:port to Socket error messages.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@613018 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/Makefile.am')
| -rw-r--r-- | qpid/cpp/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am index 73b7a84ad0..e5fc509eac 100644 --- a/qpid/cpp/examples/Makefile.am +++ b/qpid/cpp/examples/Makefile.am @@ -37,7 +37,7 @@ VERIFY=$(abs_top_srcdir)/examples/verify # Build the examples in the source tree. all-local: - cd examples && $(MAKE) CXX="$(CXX)" CXXFLAGS="-I../../$(top_srcdir)/src -I../../$(top_srcdir)/src/gen -I../../$(top_builddir)/src/gen -L../../$(top_builddir)/src/.libs -Wl,-rpath,$(abs_top_builddir)/src/.libs" all + cd examples && $(MAKE) CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS) -I../../$(top_srcdir)/src -I../../$(top_srcdir)/src/gen -I../../$(top_builddir)/src/gen -L../../$(top_builddir)/src/.libs -Wl,-rpath,$(abs_top_builddir)/src/.libs" all # Verify the examples in the buid tree. check-local: all-local |
