summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-01-07 19:24:31 +0000
committerAlan Conway <aconway@apache.org>2010-01-07 19:24:31 +0000
commit6aa2e3bfcf4cd8354a9d3315b70fd1de0d8767b4 (patch)
tree770d6870fce81fe1e18a5b1b9def6e35cfc9b273 /cpp
parent2bad4c6c52865c9e4caf9f74127526ad65ff9456 (diff)
downloadqpid-python-6aa2e3bfcf4cd8354a9d3315b70fd1de0d8767b4.tar.gz
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
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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