From 267a601b03f4655d866b06a6f5d24ef127c0e3f1 Mon Sep 17 00:00:00 2001 From: Manuel Teira Paz Date: Tue, 10 Mar 2009 08:10:24 +0000 Subject: 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 --- cpp/examples/request-response/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/examples/request-response/Makefile.am') diff --git a/cpp/examples/request-response/Makefile.am b/cpp/examples/request-response/Makefile.am index 8fb95f24fc..d7e7d692de 100644 --- a/cpp/examples/request-response/Makefile.am +++ b/cpp/examples/request-response/Makefile.am @@ -18,6 +18,7 @@ # examplesdir=$(pkgdatadir)/examples/request-response +MAKELDFLAGS=$(CLIENTFLAGS) include $(top_srcdir)/examples/makedist.mk noinst_PROGRAMS=client server -- cgit v1.2.1