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/qmf-console | |
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/qmf-console')
-rw-r--r-- | qpid/cpp/examples/qmf-console/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/qmf-console/Makefile.am b/qpid/cpp/examples/qmf-console/Makefile.am index 471620f465..04a92c214e 100644 --- a/qpid/cpp/examples/qmf-console/Makefile.am +++ b/qpid/cpp/examples/qmf-console/Makefile.am @@ -19,7 +19,7 @@ examplesdir=$(pkgdatadir)/examples/qmf-console -MAKELDFLAG = qmfconsole +MAKELDFLAGS=$(CONSOLEFLAGS) include $(top_srcdir)/examples/makedist.mk noinst_PROGRAMS=console printevents ping queuestats |