diff options
| author | Alan Conway <aconway@apache.org> | 2010-01-07 19:24:31 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-01-07 19:24:31 +0000 |
| commit | 6aa2e3bfcf4cd8354a9d3315b70fd1de0d8767b4 (patch) | |
| tree | 770d6870fce81fe1e18a5b1b9def6e35cfc9b273 /cpp | |
| parent | 2bad4c6c52865c9e4caf9f74127526ad65ff9456 (diff) | |
| download | qpid-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.am | 2 |
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 |
