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/direct | |
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/direct')
-rw-r--r-- | cpp/examples/direct/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/examples/direct/Makefile.am b/cpp/examples/direct/Makefile.am index 07431f6fe4..8f220d1b7e 100644 --- a/cpp/examples/direct/Makefile.am +++ b/cpp/examples/direct/Makefile.am @@ -18,6 +18,7 @@ # examplesdir=$(pkgdatadir)/examples/direct +MAKELDFLAGS=$(CLIENTFLAGS) include $(top_srcdir)/examples/makedist.mk noinst_PROGRAMS=direct_producer listener declare_queues |