summaryrefslogtreecommitdiff
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
commitba099abbd256ad5a491c0529f85cb95ecd59a15e (patch)
tree13b222f413b595b6514f154c0d2d3fe41c79e98b
parent8e3acd814a210aac4b1807d04f361c6695c4669d (diff)
downloadqpid-python-ba099abbd256ad5a491c0529f85cb95ecd59a15e.tar.gz
Fix problem in automake build introduced by r896959.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@896973 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 4979aaf926..7f041e7825 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/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