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 | 74c7468ea7f51323f1bc3e36b0f4aa3ce46ffef5 (patch) | |
| tree | 39722ab4b42f7801fa6c63c9f974fa1fafc268b7 /qpid/cpp/examples/direct | |
| parent | f268a8e835344710794751d42c75454993b3829f (diff) | |
| download | qpid-python-74c7468ea7f51323f1bc3e36b0f4aa3ce46ffef5.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@752014 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/direct')
| -rw-r--r-- | qpid/cpp/examples/direct/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/examples/direct/Makefile.am b/qpid/cpp/examples/direct/Makefile.am index 07431f6fe4..8f220d1b7e 100644 --- a/qpid/cpp/examples/direct/Makefile.am +++ b/qpid/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 |
