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 | c39bbe82781e6b500aaf89af8442f43b857a72f9 (patch) | |
| tree | 97457a3a5304ef50312c098a60eda9becdc433a6 /cpp/BuildInstallSettings.cmake | |
| parent | fdad912cda41b3e304983e5bb160b597b0a0fd47 (diff) | |
| download | qpid-python-c39bbe82781e6b500aaf89af8442f43b857a72f9.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/qpid@1477435 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/BuildInstallSettings.cmake')
| -rw-r--r-- | cpp/BuildInstallSettings.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/BuildInstallSettings.cmake b/cpp/BuildInstallSettings.cmake index d63a61e512..ea9b83c62b 100644 --- a/cpp/BuildInstallSettings.cmake +++ b/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 |
