diff options
author | Michael Goulish <mgoulish@apache.org> | 2013-04-30 01:07:02 +0000 |
---|---|---|
committer | Michael Goulish <mgoulish@apache.org> | 2013-04-30 01:07:02 +0000 |
commit | e173746ed7d6bbd049830f5e9e688d60c2cbb21d (patch) | |
tree | f18f3714a04d9c61c5c0cd0cb71c40af2a206394 /qpid/cpp/BuildInstallSettings.cmake | |
parent | e51249e7068e30f77fd7986378fa13dfeb7f2133 (diff) | |
download | qpid-python-e173746ed7d6bbd049830f5e9e688d60c2cbb21d.tar.gz |
QPID-4759 : make both builds put sasl config file in sysconfdir/sasl2
and display default location in qpidd --help output
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1477435 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/BuildInstallSettings.cmake')
-rw-r--r-- | qpid/cpp/BuildInstallSettings.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/BuildInstallSettings.cmake b/qpid/cpp/BuildInstallSettings.cmake index d63a61e512..ea9b83c62b 100644 --- a/qpid/cpp/BuildInstallSettings.cmake +++ b/qpid/cpp/BuildInstallSettings.cmake @@ -184,6 +184,7 @@ if (UNIX) set_absolute_install_path (QPIDC_MODULE_DIR ${QPID_INSTALL_LIBDIR}/qpid/client) # Directory to load client plug-in modules from set_absolute_install_path (QPIDD_MODULE_DIR ${QPID_INSTALL_LIBDIR}/qpid/daemon) # Directory to load broker plug-in modules from + set_absolute_install_path (QPIDD_SASLCONF_DIR ${QPID_INSTALL_SASLDIR}) # Directory to put Cyrus SASL config files into #---- # Set RPATH so that installe executables can run without setting |