diff options
| author | Manuel Teira Paz <mteira@apache.org> | 2009-03-10 08:10:24 +0000 |
|---|---|---|
| committer | Manuel Teira Paz <mteira@apache.org> | 2009-03-10 08:10:24 +0000 |
| commit | 267a601b03f4655d866b06a6f5d24ef127c0e3f1 (patch) | |
| tree | f92d3c65aaec41766f5f6f7a6b255bc074804423 /cpp/examples/xml-exchange | |
| parent | 4ff6c73d90af4f279033f6430b2499f7dd759db0 (diff) | |
| download | qpid-python-267a601b03f4655d866b06a6f5d24ef127c0e3f1.tar.gz | |
examples/makedist.mk and examples/*/Makefile.am
- Avoid the usage of make ?= assignments (not portable).
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@752014 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/xml-exchange')
| -rw-r--r-- | cpp/examples/xml-exchange/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/examples/xml-exchange/Makefile.am b/cpp/examples/xml-exchange/Makefile.am index 0f99aea44e..aa450a32c2 100644 --- a/cpp/examples/xml-exchange/Makefile.am +++ b/cpp/examples/xml-exchange/Makefile.am @@ -18,6 +18,7 @@ # examplesdir=$(pkgdatadir)/examples/xml-exchange +MAKELDFLAGS=$(CLIENTFLAGS) include $(top_srcdir)/examples/makedist.mk noinst_PROGRAMS=declare_queues xml_producer listener |
