diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-04-28 21:51:54 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-04-28 21:51:54 +0000 |
| commit | 74f0c66f82564a2ac145313fbdc351ef050a2026 (patch) | |
| tree | 8cbb3b6bfd17c15519f06b1b24fb5e26bf76258a /cpp/src/config.h.cmake | |
| parent | b97244e49105b7adda0d8798383ea63c1986fed6 (diff) | |
| download | qpid-python-74f0c66f82564a2ac145313fbdc351ef050a2026.tar.gz | |
Fixed to allow use of cmake 2.4
Fixes to allow cmake to build all the plugin modules as before
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@769559 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/config.h.cmake')
| -rw-r--r-- | cpp/src/config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/config.h.cmake b/cpp/src/config.h.cmake index 69e6523c92..7a1873aafd 100644 --- a/cpp/src/config.h.cmake +++ b/cpp/src/config.h.cmake @@ -45,6 +45,9 @@ # define HAVE_SASL 1 #endif +#cmakedefine HAVE_OPENAIS_CPG_H ${HAVE_OPENAIS_CPG_H} +#cmakedefine HAVE_COROSYNC_CPG_H ${HAVE_COROSYNC_CPG_H} +#cmakedefine HAVE_LIBCMAN_H ${HAVE_LIBCMAN_H} #cmakedefine HAVE_LOG_AUTHPRIV #cmakedefine HAVE_LOG_FTP |
