diff options
| author | Gordon Sim <gsim@apache.org> | 2010-05-25 07:14:08 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-05-25 07:14:08 +0000 |
| commit | 242a0d7d4083b4f5df7d59cf5deb089c23661834 (patch) | |
| tree | 5b7dd2486d7e81f09319db61cc7c5389e847e51d /qpid/cpp/src | |
| parent | ea8f03207a561361c7bf398c9a747b56eeedee28 (diff) | |
| download | qpid-python-242a0d7d4083b4f5df7d59cf5deb089c23661834.tar.gz | |
QPID-2617: Fix new sasl test setup for vpath builds (patch from Mick Goulish)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@947947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/sasl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/sasl.mk b/qpid/cpp/src/sasl.mk index 58743c3ad6..fd788e3968 100644 --- a/qpid/cpp/src/sasl.mk +++ b/qpid/cpp/src/sasl.mk @@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. # -SASLTEST_DIR = tests/sasl_config +SASLTEST_DIR = $(top_srcdir)/src/tests/sasl_config SASLTEST_CONF = $(SASLTEST_DIR)/qpidd.conf SASLTEST_DB = $(SASLTEST_DIR)/qpidd.sasldb |
