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/failover/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/examples/failover') diff --git a/cpp/examples/failover/Makefile.am b/cpp/examples/failover/Makefile.am index c41f26eaba..67d9eb4b95 100644 --- a/cpp/examples/failover/Makefile.am +++ b/cpp/examples/failover/Makefile.am @@ -18,6 +18,7 @@ # examplesdir=$(pkgdatadir)/examples/failover +MAKELDFLAGS=$(CLIENTFLAGS) include $(top_srcdir)/examples/makedist.mk noinst_PROGRAMS=declare_queues resuming_receiver replaying_sender -- cgit v1.2.1