From 6aa2e3bfcf4cd8354a9d3315b70fd1de0d8767b4 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 7 Jan 2010 19:24:31 +0000 Subject: Fix problem in automake build introduced by r896959. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@896973 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 4979aaf926..7f041e7825 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -114,7 +114,7 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(srcdir) -I=$(bu # Destination for intalled programs and tests defined here # qpidexecdir = $(libexecdir)/qpid -AM_CXXFLAGS += -DQPID_EXEC_DIR=\"$(qpidexecdir)\" +AM_CXXFLAGS += -DQPID_LIBEXEC_DIR=\"$(qpidexecdir)\" qpidexec_PROGRAMS = qpidexec_SCRIPTS = qpidtestdir = $(qpidexecdir)/tests -- cgit v1.2.1