summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2008-05-12 18:45:17 +0000
committerAndrew Stitcher <astitcher@apache.org>2008-05-12 18:45:17 +0000
commit277e5e1f1e7bc26e2c8aff065e84ef0861a851c2 (patch)
treeccd5ae5785e1346c53395823adb2dd763067f6f1
parent086c24a22b461f935a0f946d74746b78fdf61486 (diff)
downloadqpid-python-277e5e1f1e7bc26e2c8aff065e84ef0861a851c2.tar.gz
Fix to allow VPATH builds to work after checkin for QPID-648
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@655597 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/etc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/etc/Makefile.am b/cpp/etc/Makefile.am
index 34a1a0062d..6c7fa13c29 100644
--- a/cpp/etc/Makefile.am
+++ b/cpp/etc/Makefile.am
@@ -8,7 +8,7 @@ nobase_sysconf_DATA = \
qpidd.conf
if HAVE_SASL
-SASL_DB = sasl2/qpidd.sasldb
+SASL_DB = qpidd.sasldb
nobase_sysconf_DATA += \
$(SASL_CONF)